++ rg -v '#' /usr/share/zoneinfo/zone.tab
++ awk '{print $3}'
++ shuf
++ head -n1
+ TZ=America/Indiana/Vevay
Choosen random timezone America/Indiana/Vevay
+ echo 'Choosen random timezone America/Indiana/Vevay'
+ ln -snf /usr/share/zoneinfo/America/Indiana/Vevay /etc/localtime
+ echo America/Indiana/Vevay
+ dpkg -i package_folder/clickhouse-common-static_24.3.5.47.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static.
(Reading database ... 49067 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static_24.3.5.47.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static (24.3.5.47.altinitystable+msan) ...
Setting up clickhouse-common-static (24.3.5.47.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-common-static-dbg_24.3.5.47.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-common-static-dbg.
(Reading database ... 49096 files and directories currently installed.)
Preparing to unpack .../clickhouse-common-static-dbg_24.3.5.47.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-common-static-dbg (24.3.5.47.altinitystable+msan) ...
Setting up clickhouse-common-static-dbg (24.3.5.47.altinitystable+msan) ...
+ dpkg -i package_folder/clickhouse-server_24.3.5.47.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-server.
(Reading database ... 49105 files and directories currently installed.)
Preparing to unpack .../clickhouse-server_24.3.5.47.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-server (24.3.5.47.altinitystable+msan) ...
Setting up clickhouse-server (24.3.5.47.altinitystable+msan) ...
Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually.
ClickHouse binary is already located at /usr/bin/clickhouse
Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse.
Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse.
Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse.
Creating symlink /usr/bin/ch to /usr/bin/clickhouse.
Creating symlink /usr/bin/chl to /usr/bin/clickhouse.
Creating symlink /usr/bin/chc to /usr/bin/clickhouse.
Creating clickhouse group if it does not exist.
groupadd -r clickhouse
Creating clickhouse user if it does not exist.
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse
Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf.
Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration.
Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration.
Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it.
/etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path.
/etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path.
Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it.
Log directory /var/log/clickhouse-server/ already exists.
Creating data directory /var/lib/clickhouse/.
Creating pid directory /var/run/clickhouse-server.
chown -R clickhouse:clickhouse '/var/log/clickhouse-server/'
chown -R clickhouse:clickhouse '/var/run/clickhouse-server'
chown clickhouse:clickhouse '/var/lib/clickhouse/'
groupadd -r clickhouse-bridge
useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge'
chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge'
Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it.
Setting capabilities for clickhouse binary. This is optional.
chown -R clickhouse:clickhouse '/etc/clickhouse-server'
ClickHouse has been successfully installed.
Start clickhouse-server with:
sudo clickhouse start
Start clickhouse-client with:
clickhouse-client
+ dpkg -i package_folder/clickhouse-client_24.3.5.47.altinitystable+msan_amd64.deb
Selecting previously unselected package clickhouse-client.
(Reading database ... 49122 files and directories currently installed.)
Preparing to unpack .../clickhouse-client_24.3.5.47.altinitystable+msan_amd64.deb ...
Unpacking clickhouse-client (24.3.5.47.altinitystable+msan) ...
Setting up clickhouse-client (24.3.5.47.altinitystable+msan) ...
+ echo ''
+ [[ -z '' ]]
+ ch --query 'SELECT 1'
1
+ chl --query 'SELECT 1'
1
+ chc --version
ClickHouse client version 24.3.5.47.altinitystable (altinity build).
+ ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test
+ source /attach_gdb.lib
++ source /utils.lib
+ source /utils.lib
+ /usr/share/clickhouse-test/config/install.sh
+ DEST_SERVER_PATH=/etc/clickhouse-server
+ DEST_CLIENT_PATH=/etc/clickhouse-client
+++ dirname /usr/share/clickhouse-test/config/install.sh
++ cd /usr/share/clickhouse-test/config
++ pwd -P
+ SRC_PATH=/usr/share/clickhouse-test/config
+ echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server'
+ mkdir -p /etc/clickhouse-server/config.d/
Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server
+ mkdir -p /etc/clickhouse-server/users.d/
+ mkdir -p /etc/clickhouse-client
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/
+ '[' /etc/clickhouse-server = /etc/clickhouse-server ']'
+ ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/
+ ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/
+ ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/
+ [[ -n '' ]]
+ rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml
+ ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/
+ value=1
+ sed --follow-symlinks -i 's|[01]|1|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=32690176
+ sed --follow-symlinks -i 's|[[:digit:]]\+|32690176|' /etc/clickhouse-server/config.d/keeper_port.xml
+ value=23689216
+ sed --follow-symlinks -i 's|[[:digit:]]\+|23689216|' /etc/clickhouse-server/config.d/keeper_port.xml
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ ARM=aarch64
++ uname -m
+ OS=x86_64
+ [[ -n 1 ]]
+ echo x86_64
+ [[ '' -eq 1 ]]
+ [[ x86_64 == \a\a\r\c\h\6\4 ]]
+ echo 'Adding azure configuration'
+ ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/
x86_64
Adding azure configuration
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/
+ ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/
+ [[ -n '' ]]
+ ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml
+ [[ -n '' ]]
+ ./setup_minio.sh stateless
+ azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log
+ export MINIO_ROOT_USER=clickhouse
+ MINIO_ROOT_USER=clickhouse
+ export MINIO_ROOT_PASSWORD=clickhouse
+ MINIO_ROOT_PASSWORD=clickhouse
+ main stateless
+ local query_dir
++ check_arg stateless
++ local query_dir
++ '[' '!' 1 -eq 1 ']'
++ case "$1" in
++ query_dir=0_stateless
++ echo 0_stateless
+ query_dir=0_stateless
+ '[' '!' -f ./minio ']'
+ start_minio
+ mkdir -p ./minio_data
+ ./minio --version
Azurite Blob service is starting on 0.0.0.0:10000
Azurite Blob service successfully listens on http://0.0.0.0:10000
minio version RELEASE.2022-01-03T18-22-58Z
+ wait_for_it
+ local counter=0
+ ./minio server --address :11111 ./minio_data
+ local max_counter=60
+ local url=http://localhost:11111
+ params=('--silent' '--verbose')
+ local params
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 0 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=1
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 1 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=2
+ grep AccessDenied
+ curl --silent --verbose http://localhost:11111
+ [[ 2 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=3
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 3 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=4
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 4 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=5
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 5 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=6
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 6 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=7
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 7 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=8
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 8 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
+ counter=9
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
trying to connect to minio
+ [[ 9 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
+ counter=10
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
+ [[ 10 == \6\0 ]]
+ echo 'trying to connect to minio'
+ sleep 1
trying to connect to minio
API: http://172.17.0.2:11111 http://127.0.0.1:11111
Console: http://172.17.0.2:35643 http://127.0.0.1:35643
Documentation: https://docs.min.io
WARNING: Console endpoint is listening on a dynamic port (35643), please use --console-address ":PORT" to choose a static port.
+ counter=11
+ curl --silent --verbose http://localhost:11111
+ grep AccessDenied
AccessDenied
Access Denied./17E47D90B95DF6C1eb7cd2bc-a24c-4348-857b-20ecece99922
+ lsof -i :11111
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
minio 260 root 10u IPv6 44461 0t0 TCP *:11111 (LISTEN)
+ sleep 5
+ setup_minio stateless
+ local test_type=stateless
+ ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse
Added `clickminio` successfully.
+ ./mc admin user add clickminio test testtest
Added user `test` successfully.
+ ./mc admin policy set clickminio readwrite user=test
Policy `readwrite` is set on user `test`
+ ./mc mb clickminio/test
Bucket created successfully `clickminio/test`.
+ '[' stateless = stateless ']'
+ ./mc policy set public clickminio/test
Access permission for `clickminio/test` is set to `public`
+ upload_data 0_stateless /usr/share/clickhouse-test
+ local query_dir=0_stateless
+ local test_path=/usr/share/clickhouse-test
+ local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio
++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio
+ for file in $(ls "${data_path}")
+ echo 02366_data.jsonl
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl
02366_data.jsonl
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl`
Total: 0 B, Transferred: 0 B, Speed: 0 B/s
+ for file in $(ls "${data_path}")
+ echo 02731.arrow
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow
02731.arrow
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow`
Total: 0 B, Transferred: 3.82 MiB, Speed: 79.68 MiB/s
02731.parquet
+ for file in $(ls "${data_path}")
+ echo 02731.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet`
Total: 0 B, Transferred: 1.57 MiB, Speed: 71.19 MiB/s
02876.parquet
+ for file in $(ls "${data_path}")
+ echo 02876.parquet
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet`
Total: 0 B, Transferred: 293 B, Speed: 34.01 KiB/s
+ for file in $(ls "${data_path}")
+ echo a.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv
a.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv`
Total: 0 B, Transferred: 24 B, Speed: 2.50 KiB/s
+ for file in $(ls "${data_path}")
+ echo b.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv
b.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.00 KiB/s
+ for file in $(ls "${data_path}")
+ echo c.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv
c.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv`
Total: 0 B, Transferred: 33 B, Speed: 3.59 KiB/s
tsv_with_header.tsv
+ for file in $(ls "${data_path}")
+ echo tsv_with_header.tsv
+ ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv
`/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv`
Total: 0 B, Transferred: 44 B, Speed: 4.74 KiB/s
+ setup_aws_credentials
+ local minio_root_user=clickhouse
+ local minio_root_password=clickhouse
+ mkdir -p /root/.aws
+ cat
+ ./setup_hdfs_minicluster.sh
+ ls -lha
total 135M
drwxr-xr-x 1 root root 4.0K Jul 22 05:03 .
drwxr-xr-x 1 root root 4.0K Jul 22 05:03 ..
-rw-rw-r-- 1 1000 1000 300 Jul 22 05:00 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1.6K Jun 12 23:03 attach_gdb.lib
-rw-r--r-- 1 root root 1.3K Jul 22 05:03 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 3.9K Jul 22 05:03 __azurite_db_blob__.json
-rw-r--r-- 1 root root 1.4K Jul 22 05:03 azurite_log
lrwxrwxrwx 1 root root 7 Apr 26 22:02 bin -> usr/bin
drwxr-xr-x 2 root root 4.0K Jul 22 05:03 __blobstorage__
drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot
drwxr-xr-x 5 root root 340 Jul 22 05:02 dev
-rwxr-xr-x 1 root root 0 Jul 22 05:02 .dockerenv
drwxr-xr-x 1 root root 4.0K Jul 22 05:03 etc
drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1
drwxr-xr-x 2 root root 4.0K Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 26 22:02 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 26 22:02 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21M Jun 12 23:04 mc
drwxr-xr-x 2 root root 4.0K Apr 26 22:02 media
-rwxr-xr-x 1 root root 114M Jun 12 23:04 minio
drwxr-xr-x 4 root root 4.0K Jul 22 05:03 minio_data
drwxr-xr-x 2 root root 4.0K Apr 26 22:02 mnt
drwxr-xr-x 2 root root 4.0K Apr 26 22:02 opt
-rw-r--r-- 1 root root 0 Feb 14 17:09 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4.0K Jul 22 05:02 package_folder
dr-xr-xr-x 711 root root 0 Jul 22 05:02 proc
-rwxrwxr-x 1 root root 7.9K May 14 13:27 process_functional_tests_result.py
drwx------ 1 root root 4.0K Jul 22 05:03 root
drwxr-xr-x 1 root root 4.0K Jul 22 05:03 run
-rwxrwxr-x 1 root root 16K Jun 12 23:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 26 22:02 sbin -> usr/sbin
-rwxrwxr-x 1 root root 11K May 14 13:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3.4K Jun 12 23:03 setup_minio.sh
drwxr-xr-x 2 root root 4.0K Apr 26 22:02 srv
-rw-rw-r-- 1 root root 13K Jun 12 23:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jul 22 05:02 sys
drwxrwxr-x 2 1000 1000 4.0K Jul 22 05:02 test_output
drwxrwxrwt 1 root root 4.0K Jul 22 05:03 tmp
drwxr-xr-x 1 root root 4.0K Apr 26 22:02 usr
-rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib
drwxr-xr-x 1 root root 4.0K Apr 26 22:05 var
+ cd hadoop-3.3.1
+ export JAVA_HOME=/usr
+ JAVA_HOME=/usr
+ mkdir -p target/test/data
+ chown clickhouse ./target/test/data
+ nc -z localhost 12222
+ sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222
+ sleep 1
+ nc -z localhost 12222
+ sleep 1
+ nc -z localhost 12222
+ lsof -i :12222
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
java 553 clickhouse 322u IPv4 37539 0t0 TCP localhost:12222 (LISTEN)
+ sleep 5
+ config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ [[ -n '' ]]
+ '[' 1 -gt 1 ']'
+ sudo clickhouse start
chown -R clickhouse: '/var/run/clickhouse-server/'
Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon
Waiting for server to start
Waiting for server to start
Server started
+ [[ -n '' ]]
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
+ sleep 1
127.0.0.1 - - [22/Jul/2024:09:04:03 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:09:04:03 +0000] "PUT /devstoreaccount1/cont/olejealdzlncgqfyxcrnpcfhtycfqtpj?blockid=xbmudezipqtqpwwlxdymogwcjkvxyonjdrcnklbhwoimcibeycmazxevksaaewyx&comp=block HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:09:04:03 +0000] "PUT /devstoreaccount1/cont/olejealdzlncgqfyxcrnpcfhtycfqtpj?comp=blocklist HTTP/1.1" 201 -
127.0.0.1 - - [22/Jul/2024:09:04:03 +0000] "GET /devstoreaccount1/cont/olejealdzlncgqfyxcrnpcfhtycfqtpj HTTP/1.1" 206 4
127.0.0.1 - - [22/Jul/2024:09:04:03 +0000] "GET /devstoreaccount1/cont/olejealdzlncgqfyxcrnpcfhtycfqtpj HTTP/1.1" 206 2
127.0.0.1 - - [22/Jul/2024:09:04:03 +0000] "DELETE /devstoreaccount1/cont/olejealdzlncgqfyxcrnpcfhtycfqtpj HTTP/1.1" 202 -
+ for _ in {1..100}
+ clickhouse-client --query 'SELECT 1'
1
+ break
+ setup_logs_replication
+ set +x
File /tmp/export-logs-config.sh does not exist, do not setup
+ attach_gdb_to_clickhouse
++ kill -l SIGRTMIN
+ RTMIN=34
+ echo '
set follow-fork-mode parent
handle SIGHUP nostop noprint pass
handle SIGINT nostop noprint pass
handle SIGQUIT nostop noprint pass
handle SIGPIPE nostop noprint pass
handle SIGTERM nostop noprint pass
handle SIGUSR1 nostop noprint pass
handle SIGUSR2 nostop noprint pass
handle SIG34 nostop noprint pass
info signals
continue
backtrace full
thread apply all backtrace full
info registers
disassemble /s
up
disassemble /s
up
disassemble /s
p "done"
detach
quit
'
+ sleep 5
+ ts '%Y-%m-%d %H:%M:%S'
++ cat /var/run/clickhouse-server/clickhouse-server.pid
+ gdb -batch -command script.gdb -p 743
+ run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
+ [[ aehxB =~ e ]]
+ set_e=true
+ set +e
+ local total_retries=60
+ shift
+ local retry=0
+ '[' 0 -ge 60 ']'
+ clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\'''
Connected to clickhouse-server after attaching gdb
+ true
+ set -e
+ return
+ export -f run_tests
+ '[' 1 -gt 1 ']'
+ timeout_with_logging 9720 bash -c run_tests
+ local exit_code=0
+ timeout 9720 bash -c run_tests
+ read -ra ADDITIONAL_OPTIONS
+ HIGH_LEVEL_COVERAGE=YES
+ '[' 1 -gt 1 ']'
+ [[ -n '' ]]
+ [[ -n '' ]]
++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\'''
+ [[ 1 == 0 ]]
+ ADDITIONAL_OPTIONS+=('--jobs')
+ ADDITIONAL_OPTIONS+=('8')
+ [[ -n 3 ]]
+ [[ -n 6 ]]
+ ADDITIONAL_OPTIONS+=('--run-by-hash-num')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM")
+ ADDITIONAL_OPTIONS+=('--run-by-hash-total')
+ ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL")
+ HIGH_LEVEL_COVERAGE=NO
+ [[ -n '' ]]
+ [[ NO = \Y\E\S ]]
+ ADDITIONAL_OPTIONS+=('--report-logs-stats')
+ try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ local total_retries=10
+ shift
+ fn_exists run_with_retry
+ declare -F run_with_retry
+ run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ [[ hxBc =~ e ]]
+ set_e=false
+ set +e
+ local total_retries=10
+ shift
+ local retry=0
+ '[' 0 -ge 10 ']'
+ clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')'
+ false
+ return
+ set +e
+ tee -a test_output/test_result.txt
+ clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 3 --run-by-hash-total 6 --report-logs-stats
+ ts '%Y-%m-%d %H:%M:%S'
2024-07-22 05:04:49 Using queries from '/usr/share/clickhouse-test/queries' directory
2024-07-22 05:04:49 Connecting to ClickHouse server... OK
2024-07-22 05:04:49 Connected to server 24.3.5.47.altinitystable @ b6642564dbf296d6e55b907d7af6c8087470b672 HEAD
2024-07-22 05:04:49 Found 999 parallel tests and 106 sequential tests
2024-07-22 05:04:50
2024-07-22 05:04:50 Running about 124 stateless tests (ForkPoolWorker-8).
2024-07-22 05:04:50
2024-07-22 05:04:50 03035_argMinMax_numeric_non_extreme_bug: [ OK ] 0.82 sec.
2024-07-22 05:04:50
2024-07-22 05:04:50 Running about 124 stateless tests (ForkPoolWorker-5).
2024-07-22 05:04:50
2024-07-22 05:04:50 03129_update_nested_materialized_column_check: [ OK ] 0.85 sec.
2024-07-22 05:04:50
2024-07-22 05:04:50 Running about 124 stateless tests (ForkPoolWorker-6).
2024-07-22 05:04:50
2024-07-22 05:04:50 03033_parts_splitter_bug_and_index_loading: [ OK ] 0.90 sec.
2024-07-22 05:04:50
2024-07-22 05:04:50 Running about 124 stateless tests (ForkPoolWorker-3).
2024-07-22 05:04:50
2024-07-22 05:04:50 03130_abs_in_key_condition_bug: [ OK ] 0.93 sec.
2024-07-22 05:04:50
2024-07-22 05:04:50 Running about 124 stateless tests (ForkPoolWorker-7).
2024-07-22 05:04:50
2024-07-22 05:04:50 03095_group_by_server_constants_bug: [ OK ] 0.95 sec.
2024-07-22 05:04:51
2024-07-22 05:04:51 Running about 124 stateless tests (ForkPoolWorker-2).
2024-07-22 05:04:51
2024-07-22 05:04:51 03149_analyzer_window_redefinition: [ OK ] 1.00 sec.
2024-07-22 05:04:51
2024-07-22 05:04:51 Running about 124 stateless tests (ForkPoolWorker-4).
2024-07-22 05:04:51
2024-07-22 05:04:51 03128_argMin_combinator_projection: [ OK ] 1.29 sec.
2024-07-22 05:04:51 03031_low_cardinality_logical_error: [ OK ] 0.63 sec.
2024-07-22 05:04:51 03018_analyzer_greater_null: [ OK ] 0.63 sec.
2024-07-22 05:04:51 03014_analyzer_group_by_use_nulls: [ OK ] 0.71 sec.
2024-07-22 05:04:51 03013_fuzz_arrayPartialReverseSort: [ OK ] 0.72 sec.
2024-07-22 05:04:51 03017_analyzer_groupby_fuzz_61600: [ OK ] 0.82 sec.
2024-07-22 05:04:52
2024-07-22 05:04:52 Running about 124 stateless tests (ForkPoolWorker-9).
2024-07-22 05:04:52
2024-07-22 05:04:52 03033_analyzer_query_parameters: [ OK ] 2.40 sec.
2024-07-22 05:04:52 03013_test_part_level_is_reset_attach_from_disk_mt: [ OK ] 0.98 sec.
2024-07-22 05:04:53 03003_sql_json_nonsense: [ OK ] 0.64 sec.
2024-07-22 05:04:53 03013_hop_infinite_loop: [ OK ] 1.98 sec.
2024-07-22 05:04:53 03009_storage_memory_circ_buffer_usage: [ OK ] 2.14 sec.
2024-07-22 05:04:54 03000_minmax_index_first: [ OK ] 0.78 sec.
2024-07-22 05:04:54 02995_preliminary_filters_duplicated_columns_SimpleAggregateFunction: [ OK ] 0.61 sec.
2024-07-22 05:04:54 03008_optimize_equal_ranges: [ OK ] 3.00 sec.
2024-07-22 05:04:54 03021_get_client_http_header: [ OK ] 4.07 sec.
2024-07-22 05:04:56 03003_codec_multiple_buffer_overflow: [ OK ] 3.45 sec.
2024-07-22 05:04:56 02989_group_by_tuple: [ OK ] 0.66 sec.
2024-07-22 05:04:57 02992_settings_overflow: [ OK ] 2.33 sec.
2024-07-22 05:04:57 02997_fix_datetime64_scale_conversion: [ OK ] 3.74 sec.
2024-07-22 05:04:58 02982_minmax_nan_null_order: [ OK ] 1.39 sec.
2024-07-22 05:04:59 02985_shard_query_start_time: [ OK ] 2.10 sec.
2024-07-22 05:05:00 02967_http_compressed: [ OK ] 1.35 sec.
2024-07-22 05:05:00 02989_join_using_parent_scope: [ OK ] 5.19 sec.
2024-07-22 05:05:00 02981_insert_select_resize_to_max_insert_threads: [ OK ] 2.74 sec.
2024-07-22 05:05:00 03006_correct_revoke_for_partial_rights: [ OK ] 8.61 sec.
2024-07-22 05:05:00 02962_analyzer_const_in_count_distinct: [ OK ] 0.55 sec.
2024-07-22 05:05:01 02967_mysql_settings_override: [ OK ] 2.00 sec.
2024-07-22 05:05:01 02955_sparkBar_alias_sparkbar: [ OK ] 0.91 sec.
2024-07-22 05:05:01 02963_invalid_identifier: [ OK ] 1.78 sec.
2024-07-22 05:05:01 02958_transform_enum: [ OK ] 1.38 sec.
2024-07-22 05:05:02 02952_binary: [ OK ] 1.26 sec.
2024-07-22 05:05:02 02946_merge_tree_final_split_ranges_by_primary_key: [ OK ] 1.17 sec.
2024-07-22 05:05:03 02943_use_full_text_skip_index_with_has_any: [ OK ] 1.20 sec.
2024-07-22 05:05:03 02943_exprs_order_in_group_by_with_rollup: [ OK ] 0.91 sec.
2024-07-22 05:05:04 02946_parallel_replicas_force_primary_key: [ OK ] 2.93 sec.
2024-07-22 05:05:05 02935_date_trunc_case_unsensitiveness: [ OK ] 1.62 sec.
2024-07-22 05:05:06 03001_matview_columns_after_modify_query: [ OK ] 13.12 sec.
2024-07-22 05:05:06 03011_definitive_guide_to_cast: [ OK ] 15.00 sec.
2024-07-22 05:05:08 02940_variant_text_deserialization: [ OK ] 5.00 sec.
2024-07-22 05:05:08 02934_merge_tree_max_projections: [ OK ] 3.33 sec.
2024-07-22 05:05:08 02994_libarchive_compression: [ OK ] 13.81 sec.
2024-07-22 05:05:10 02935_external_table_enum_type: [ OK ] 6.43 sec.
2024-07-22 05:05:11 02920_unary_operators_functions: [ OK ] 0.80 sec.
2024-07-22 05:05:12 02919_segfault_nullable_materialized_update: [ OK ] 1.08 sec.
2024-07-22 05:05:13 02930_client_file_log_comment: [ OK ] 6.35 sec.
2024-07-22 05:05:13 02923_hdfs_engine_size_virtual_column: [ OK ] 4.89 sec.
2024-07-22 05:05:13 02922_url_s3_engine_size_virtual_column: [ OK ] 4.37 sec.
2024-07-22 05:05:13 02917_transform_tsan: [ OK ] 0.61 sec.
2024-07-22 05:05:13 02918_alter_temporary_table: [ OK ] 0.85 sec.
2024-07-22 05:05:14 02918_wrong_dictionary_source: [ OK ] 1.21 sec.
2024-07-22 05:05:14 02916_analyzer_set_in_join: [ OK ] 0.70 sec.
2024-07-22 05:05:14 02913_sum_map_state: [ OK ] 0.66 sec.
2024-07-22 05:05:15 02931_rewrite_sum_column_and_constant: [ OK ] 9.01 sec.
2024-07-22 05:05:15 02918_sqlite_path_check: [ OK ] 2.70 sec.
2024-07-22 05:05:16 02908_alter_column_alias: [ OK ] 0.68 sec.
2024-07-22 05:05:16 02911_analyzer_remove_unused_projection_columns: [ OK ] 1.06 sec.
2024-07-22 05:05:16 02922_analyzer_aggregate_nothing_type: [ OK ] 8.05 sec.
2024-07-22 05:05:17 02911_join_on_nullsafe_optimization: [ OK ] 2.16 sec.
2024-07-22 05:05:17 02916_joinget_dependency: [ OK ] 3.75 sec.
2024-07-22 05:05:17 02907_filter_pushdown_crash: [ OK ] 0.97 sec.
2024-07-22 05:05:18 02906_force_optimize_projection_name: [ OK ] 1.01 sec.
2024-07-22 05:05:19 02911_analyzer_order_by_read_in_order_query_plan: [ OK ] 4.78 sec.
2024-07-22 05:05:20 02900_decimal_sort_with_multiple_columns: [ OK ] 0.59 sec.
2024-07-22 05:05:20 02907_backup_restore_default_nullable: [ OK ] 3.89 sec.
2024-07-22 05:05:21 02896_illegal_sampling: [ OK ] 1.07 sec.
2024-07-22 05:05:21 02896_dwarf_format: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:05:21 02907_backup_mv_with_no_inner_table: [ OK ] 4.99 sec.
2024-07-22 05:05:21 02893_system_drop_schema_cache_format: [ OK ] 0.61 sec.
2024-07-22 05:05:22 02893_trash_optimization: [ OK ] 0.67 sec.
2024-07-22 05:05:23 02900_date_time_check_overflow: [ OK ] 5.11 sec.
2024-07-22 05:05:23 02899_use_default_format_on_http_exception: [ OK ] 3.53 sec.
2024-07-22 05:05:23 02904_arrow_dictionary_indexes: [ OK ] 6.01 sec.
2024-07-22 05:05:24 02888_single_state_nullable_type: [ OK ] 0.77 sec.
2024-07-22 05:05:24 02889_parts_columns_filenames: [ OK ] 0.97 sec.
2024-07-22 05:05:25 02889_datetime64_from_string: [ OK ] 1.89 sec.
2024-07-22 05:05:25 02888_integer_type_inference_in_if_function: [ OK ] 0.99 sec.
2024-07-22 05:05:26 02892_input_csv_cr_end_count_many_rows: [ OK ] 4.64 sec.
2024-07-22 05:05:27 02885_arg_min_max_combinator: [ OK ] 2.26 sec.
2024-07-22 05:05:28 02889_file_log_save_errors: [ OK ] 5.91 sec.
2024-07-22 05:05:29 02901_parallel_replicas_rollup: [ OK ] 12.07 sec.
2024-07-22 05:05:29 02884_async_insert_native_protocol_2: [ OK ] 4.31 sec.
2024-07-22 05:05:30 02868_distinct_to_count_optimization: [ OK ] 2.27 sec.
2024-07-22 05:05:30 02943_variant_read_subcolumns: [ OK ] 28.42 sec.
2024-07-22 05:05:31 02863_interpolate_subquery: [ OK ] 0.69 sec.
2024-07-22 05:05:31 02861_uuid_format_serialization: [ OK ] 0.75 sec.
2024-07-22 05:05:31 02872_gcd_codec: [ OK ] 4.02 sec.
2024-07-22 05:05:31 02844_distributed_virtual_columns: [ OK ] 0.73 sec.
2024-07-22 05:05:32 02865_array_join_with_max_block_size: [ OK ] 2.45 sec.
2024-07-22 05:05:32 02863_non_const_timezone_check: [ OK ] 2.44 sec.
2024-07-22 05:05:34 02844_tsv_carriage_return_parallel_parsing: [ OK ] 2.95 sec.
2024-07-22 05:05:35 02841_local_assert: [ OK ] 2.82 sec.
2024-07-22 05:05:35 02841_remote_parameter_parsing_error: [ OK ] 3.50 sec.
2024-07-22 05:05:35 02883_named_collections_override: [ OK ] 8.77 sec.
2024-07-22 05:05:35 02885_async_insert_access_check_for_defaults: [ OK ] 10.90 sec.
2024-07-22 05:05:36 02836_file_diagnostics_while_reading_header: [ OK ] 3.70 sec.
2024-07-22 05:05:36 02834_sparse_columns_sort_with_limit: [ OK ] 1.12 sec.
2024-07-22 05:05:37 02835_parallel_replicas_over_distributed: [ OK ] 1.77 sec.
2024-07-22 05:05:37 02834_analyzer_with_statement_references: [ OK ] 2.00 sec.
2024-07-22 05:05:37 02818_memory_profiler_sample_min_max_allocation_size: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:05:37 02831_ast_fuzz_asan_join: [ OK ] 0.66 sec.
2024-07-22 05:05:38 02832_alter_delete_indexes_projections: [ OK ] 1.91 sec.
2024-07-22 05:05:39 02817_group_array_moving_zero_window_size: [ OK ] 1.49 sec.
2024-07-22 05:05:39 02833_window_func_range_offset: [ OK ] 2.81 sec.
2024-07-22 05:05:39 02814_order_by_tuple_window_function: [ OK ] 0.59 sec.
2024-07-22 05:05:41 02834_add_sub_date_functions: [ OK ] 5.73 sec.
2024-07-22 05:05:41 02814_age_datediff: [ OK ] 1.86 sec.
2024-07-22 05:05:42 02814_currentDatabase_for_table_functions: [ OK ] 3.80 sec.
2024-07-22 05:05:43 02811_ip_dict_attribute: [ OK ] 0.98 sec.
2024-07-22 05:05:43 02813_starting_in_text_log: [ OK ] 2.39 sec.
2024-07-22 05:05:44 02807_math_unary_crash: [ OK ] 0.96 sec.
2024-07-22 05:05:44 02801_transform_nullable: [ OK ] 0.89 sec.
2024-07-22 05:05:47 02797_join_nested_lowcardinality_convert: [ OK ] 2.17 sec.
2024-07-22 05:05:47 02815_analyzer_aggregate_functions_of_group_by_keys: [ OK ] 8.64 sec.
2024-07-22 05:05:48 02791_predicate_pushdown_different_types: [ OK ] 0.67 sec.
2024-07-22 05:05:48 02794_pushdown_invalid_get: [ OK ] 1.32 sec.
2024-07-22 05:05:49 02790_sql_standard_fetch: [ OK ] 0.86 sec.
2024-07-22 05:05:49 02797_read_subcolumns_from_files: [ OK ] 4.51 sec.
2024-07-22 05:05:49 02790_optimize_skip_unused_shards_join: [ OK ] 0.89 sec.
2024-07-22 05:05:49 02790_keyed_hash_bug: [ OK ] 0.63 sec.
2024-07-22 05:05:50 02786_transform_float: [ OK ] 0.70 sec.
2024-07-22 05:05:50 02789_set_index_nullable_condition_bug: [ OK ] 0.88 sec.
2024-07-22 05:05:51 02785_summing_merge_tree_datetime64: [ OK ] 1.05 sec.
2024-07-22 05:05:51 02783_max_bytes_to_read_in_schema_inference: [ OK ] 0.89 sec.
2024-07-22 05:05:52 02786_max_execution_time_leaf: [ OK ] 2.95 sec.
2024-07-22 05:05:53 02772_jit_date_time_add: [ OK ] 1.69 sec.
2024-07-22 05:05:53 02772_s3_crash: [ OK ] 1.73 sec.
2024-07-22 05:05:53 02771_resolve_compound_identifier: [ OK ] 0.84 sec.
2024-07-22 05:05:54 02835_drop_user_during_session: [ OK ] 19.85 sec.
2024-07-22 05:05:56 02771_parallel_replicas_analyzer: [ OK ] 2.84 sec.
2024-07-22 05:05:58 02771_system_user_processes: [ OK ] 5.57 sec.
2024-07-22 05:05:58 02769_parallel_replicas_unavailable_shards: [ OK ] 2.57 sec.
2024-07-22 05:05:58 02770_async_buffer_ignore: [ OK ] 4.57 sec.
2024-07-22 05:05:59 02943_variant_type_with_different_local_and_global_order: [ OK ] 57.21 sec.
2024-07-22 05:05:59 02765_parallel_replicas_final_modifier: [ OK ] 1.03 sec.
2024-07-22 05:06:00 02763_mutate_compact_part_with_skip_indices_and_projections: [ OK ] 1.07 sec.
2024-07-22 05:06:00 02763_jit_compare_functions_nan: [ OK ] 1.15 sec.
2024-07-22 05:06:00 02813_create_index_noop: [ OK ] 19.21 sec.
2024-07-22 05:06:00 02752_custom_separated_ignore_spaces_bug: [ OK ] 0.64 sec.
2024-07-22 05:06:01 02751_parallel_replicas_bug_chunkinfo_not_set: [ OK ] 0.90 sec.
2024-07-22 05:06:01 02751_match_constant_needle: [ OK ] 0.66 sec.
2024-07-22 05:06:02 02733_fix_distinct_in_order_bug_49622: [ OK ] 0.70 sec.
2024-07-22 05:06:03 02735_asof_join_right_null: [ OK ] 1.45 sec.
2024-07-22 05:06:03 02732_transform_fuzz: [ OK ] 1.05 sec.
2024-07-22 05:06:04 02731_formats_s3: [ OK ] 1.06 sec.
2024-07-22 05:06:06 02761_ddl_initial_query_id: [ OK ] 6.77 sec.
2024-07-22 05:06:06 02731_auto_convert_dictionary_layout_to_complex_by_complex_keys: [ OK ] 1.93 sec.
2024-07-22 05:06:07 02816_clickhouse_local_table_name_expressions: [ OK ] 29.60 sec.
2024-07-22 05:06:07 02725_null_group_key_with_rollup: [ OK ] 1.07 sec.
2024-07-22 05:06:08 02841_valid_json_and_xml_on_http_exception: [ OK ] 36.72 sec.
2024-07-22 05:06:08 02725_agg_projection_resprect_PK: [ OK ] 1.25 sec.
2024-07-22 05:06:10 02716_create_direct_dict_with_lifetime_throws: [ OK ] 1.14 sec.
2024-07-22 05:06:10 02716_drop_if_empty: [ OK ] 1.76 sec.
2024-07-22 05:06:10 02771_semi_join_use_nulls: [ OK ] 16.84 sec.
2024-07-22 05:06:11 02714_local_object_storage: [ OK ] 1.11 sec.
2024-07-22 05:06:12 02710_date_diff_aliases: [ OK ] 0.79 sec.
2024-07-22 05:06:12 02731_zero_objects_in_metadata: [ OK ] 6.21 sec.
2024-07-22 05:06:13 02710_aggregation_nested_map_ip_uuid: [ OK ] 1.35 sec.
2024-07-22 05:06:13 02716_parquet_invalid_date32: [ OK ] 3.67 sec.
2024-07-22 05:06:14 02710_topk_with_empty_array: [ OK ] 0.57 sec.
2024-07-22 05:06:15 02706_array_map_tuples: [ OK ] 1.51 sec.
2024-07-22 05:06:15 02706_keeper_map_insert_strict: [ OK ] 2.14 sec.
2024-07-22 05:06:15 02724_delay_mutations: [ OK ] 8.10 sec.
2024-07-22 05:06:16 02700_regexp_operator: [ OK ] 0.62 sec.
2024-07-22 05:06:17 02710_allow_suspicious_indices: [ OK ] 4.00 sec.
2024-07-22 05:06:17 02699_polygons_sym_difference_total_analyzer: [ OK ] 0.77 sec.
2024-07-22 05:06:17 02712_bool_better_exception_message: [ OK ] 7.07 sec.
2024-07-22 05:06:19 02705_protobuf_debug_abort: [ OK ] 3.25 sec.
2024-07-22 05:06:19 02694_wrong_identifier_shouldnt_be_accepted: [ OK ] 2.21 sec.
2024-07-22 05:06:19 02689_meaningless_data_types: [ OK ] 2.07 sec.
2024-07-22 05:06:20 02685_decimal256_various: [ OK ] 2.08 sec.
2024-07-22 05:06:20 02680_instr_alias_for_position_case_insensitive: [ OK ] 0.65 sec.
2024-07-22 05:06:21 02681_group_array_too_large_size: [ OK ] 1.75 sec.
2024-07-22 05:06:21 02683_native_too_large_size: [ OK ] 1.94 sec.
2024-07-22 05:06:21 02685_bson2: [ OK ] 2.14 sec.
2024-07-22 05:06:21 02675_is_ipv6_function_fix: [ OK ] 0.62 sec.
2024-07-22 05:06:22 02674_null_default_structure: [ OK ] 0.68 sec.
2024-07-22 05:06:22 02676_analyzer_limit_offset: [ OK ] 1.46 sec.
2024-07-22 05:06:23 02674_and_consistency: [ OK ] 0.78 sec.
2024-07-22 05:06:24 02668_column_block_number_with_projections: [ OK ] 1.21 sec.
2024-07-22 05:06:25 02670_constant_skip_index: [ OK ] 2.41 sec.
2024-07-22 05:06:26 02668_column_block_number_vertical_merge: [ OK ] 1.36 sec.
2024-07-22 05:06:26 02676_to_decimal_string: [ OK ] 5.50 sec.
2024-07-22 05:06:26 02731_analyzer_join_resolve_nested: [ OK ] 23.43 sec.
2024-07-22 05:06:26 02580_like_substring_search_bug: [ OK ] 0.60 sec.
2024-07-22 05:06:27 02579_fill_empty_chunk: [ OK ] 0.67 sec.
2024-07-22 05:06:27 02662_sparse_columns_mutations_3: [ OK ] 2.12 sec.
2024-07-22 05:06:27 02576_predicate_push_down_sorting_fix: [ OK ] 0.70 sec.
2024-07-22 05:06:28 02573_quantile_fuse_msan: [ OK ] 0.77 sec.
2024-07-22 05:06:28 02597_column_update_and_replication: [ OK ] 2.17 sec.
2024-07-22 05:06:28 02704_keeper_map_zk_nodes: [ OK ] 12.68 sec.
2024-07-22 05:06:28 02575_merge_prewhere_different_default_kind: [ OK ] 1.45 sec.
2024-07-22 05:06:28 02568_and_consistency: [ OK ] 1.10 sec.
2024-07-22 05:06:29 02561_with_fill_date_datetime_incompatible: [ OK ] 0.91 sec.
2024-07-22 05:06:29 02560_null_as_default: [ OK ] 0.95 sec.
2024-07-22 05:06:30 02552_check_referential_table_dependencies: [ OK ] 1.17 sec.
2024-07-22 05:06:30 02559_multiple_read_steps_in_prewhere_missing_columns: [ OK ] 1.49 sec.
2024-07-22 05:06:30 02567_and_consistency: [ OK ] 2.01 sec.
2024-07-22 05:06:30 02542_case_no_else: [ OK ] 0.72 sec.
2024-07-22 05:06:32 02540_duplicate_primary_key: [ OK ] 1.94 sec.
2024-07-22 05:06:32 02538_ngram_bf_index_with_null: [ OK ] 1.61 sec.
2024-07-22 05:06:32 02539_generate_random_low_cardinality: [ OK ] 2.61 sec.
2024-07-22 05:06:33 02760_dictionaries_memory: [ OK ] 33.33 sec.
2024-07-22 05:06:33 02535_analyzer_group_by_use_nulls: [ OK ] 1.37 sec.
2024-07-22 05:06:34 02532_profileevents_server_startup_time: [ OK ] 0.62 sec.
2024-07-22 05:06:35 02530_ip_part_id: [ OK ] 1.05 sec.
2024-07-22 05:06:35 02537_distributed_loosing_files_after_exception: [ OK ] 2.91 sec.
2024-07-22 05:06:35 02765_queries_with_subqueries_profile_events: [ OK ] 37.59 sec.
2024-07-22 05:06:36 02524_fuzz_and_fuss_2: [ OK ] 0.80 sec.
2024-07-22 05:06:37 02521_to_custom_day_of_week: [ OK ] 1.60 sec.
2024-07-22 05:06:38 02543_alter_rename_modify_stuck: [ OK ] 8.64 sec.
2024-07-22 05:06:39 02517_union_columns_order: [ OK ] 0.76 sec.
2024-07-22 05:06:39 02515_generate_ulid: [ OK ] 0.63 sec.
2024-07-22 05:06:40 02521_lightweight_delete_and_ttl: [ OK ] 2.17 sec.
2024-07-22 05:06:40 02523_array_shuffle: [ OK ] 4.06 sec.
2024-07-22 05:06:40 02552_siphash128_reference: [ OK ] 10.88 sec.
2024-07-22 05:06:40 02513_analyzer_sort_msan: [ OK ] 0.68 sec.
2024-07-22 05:06:41 02504_bar_fractions: [ OK ] 0.66 sec.
2024-07-22 05:06:41 02509_h3_arguments: [ OK ] 0.98 sec.
2024-07-22 05:06:42 02525_range_hashed_dictionary_update_field: [ OK ] 7.24 sec.
2024-07-22 05:06:43 02499_read_json_objects_as_strings: [ OK ] 0.70 sec.
2024-07-22 05:06:44 02498_analyzer_settings_push_down: [ OK ] 1.02 sec.
2024-07-22 05:06:44 02513_validate_data_types: [ OK ] 4.57 sec.
2024-07-22 05:06:46 02499_monotonicity_toUnixTimestamp64: [ OK ] 5.10 sec.
2024-07-22 05:06:47 02483_cuturlparameter_with_arrays: [ OK ] 0.88 sec.
2024-07-22 05:06:47 02481_fix_parameters_parsing: [ OK ] 0.46 sec.
2024-07-22 05:06:50 02497_storage_file_reader_selection: [ OK ] 5.96 sec.
2024-07-22 05:06:50 02481_analyzer_join_alias_unknown_identifier_crash: [ OK ] 2.93 sec.
2024-07-22 05:06:51 02481_aggregation_in_order_plan: [ OK ] 1.09 sec.
2024-07-22 05:06:51 02481_merge_array_join_sample_by: [ OK ] 1.45 sec.
2024-07-22 05:06:52 02500_numbers_inference: [ OK ] 11.94 sec.
2024-07-22 05:06:53 02534_keyed_siphash: [ OK ] 20.35 sec.
2024-07-22 05:06:53 02480_every_asynchronous_metric_must_have_documentation: [ OK ] 0.64 sec.
2024-07-22 05:06:53 02481_prewhere_filtered_rows_div_by_zero: [ OK ] 1.96 sec.
2024-07-22 05:06:54 02490_benchmark_max_consecutive_errors: [ OK ] 9.72 sec.
2024-07-22 05:06:54 02480_parse_date_time_best_effort_math_overflow: [ OK ] 0.68 sec.
2024-07-22 05:06:54 02499_extract_key_value_pairs_multiple_input: [ OK ] 13.26 sec.
2024-07-22 05:06:55 02478_projection_and_alter_low_cardinality: [ OK ] 1.19 sec.
2024-07-22 05:06:56 02480_max_map_null_totals: [ OK ] 2.69 sec.
2024-07-22 05:06:56 02478_projection_with_group_by_alter: [ OK ] 1.89 sec.
2024-07-22 05:06:57 02477_fuse_quantiles: [ OK ] 1.49 sec.
2024-07-22 05:06:58 02475_date_time_schema_inference_bug: [ OK ] 0.70 sec.
2024-07-22 05:06:58 02676_optimize_old_parts_replicated: [ OK ] 37.24 sec.
2024-07-22 05:06:59 02474_create_user_query_fuzzer_bug: [ OK ] 0.49 sec.
2024-07-22 05:06:59 02475_positive_modulo: [ OK ] 0.72 sec.
2024-07-22 05:07:01 02474_analyzer_subqueries_table_expression_modifiers: [ OK ] 2.02 sec.
2024-07-22 05:07:04 02475_split_with_max_substrings: [ OK ] 8.55 sec.
2024-07-22 05:07:05 02468_has_any_tuple: [ OK ] 0.90 sec.
2024-07-22 05:07:06 02467_cross_join_three_table_functions: [ OK ] 0.76 sec.
2024-07-22 05:07:08 02462_number_to_datetype: [ OK ] 1.42 sec.
2024-07-22 05:07:08 02460_prewhere_row_level_policy: [ OK ] 0.82 sec.
2024-07-22 05:07:11 02460_projections_and_aggregate_null_if_empty: [ OK ] 2.14 sec.
2024-07-22 05:07:12 02459_read_in_order_bufer: [ OK ] 0.93 sec.
2024-07-22 05:07:13 02459_materialized_view_default_value: [ OK ] 1.33 sec.
2024-07-22 05:07:14 02477_single_value_data_string_regression: [ OK ] 20.49 sec.
2024-07-22 05:07:17 02459_low_cardinality_uint128_aggregator: [ OK ] 3.61 sec.
2024-07-22 05:07:18 02457_datediff_via_unix_epoch: [ OK ] 1.01 sec.
2024-07-22 05:07:22 02457_morton_coding_with_mask: [ OK ] 7.18 sec.
2024-07-22 05:07:25 02457_s3_cluster_schema_inference: [ OK ] 6.78 sec.
2024-07-22 05:07:25 02457_bz2_concatenated: [ OK ] 3.40 sec.
2024-07-22 05:07:26 02456_BLAKE3_hash_function_test: [ OK ] 0.70 sec.
2024-07-22 05:07:27 02455_count_state_asterisk: [ OK ] 1.24 sec.
2024-07-22 05:07:28 02453_check_path_in_errors_logger: [ OK ] 1.03 sec.
2024-07-22 05:07:31 02473_optimize_old_parts: [ OK ] 32.43 sec.
2024-07-22 05:07:34 02470_mutation_sync_race: [ OK ] 33.31 sec.
2024-07-22 05:07:37 02456_progress_tty: [ OK ] 12.01 sec.
2024-07-22 05:07:38 02431_single_value_or_null_empty: [ OK ] 1.09 sec.
2024-07-22 05:07:40 02451_order_by_monotonic: [ OK ] 11.33 sec.
2024-07-22 05:07:41 02428_batch_nullable_assert: [ OK ] 0.76 sec.
2024-07-22 05:07:43 02429_groupBitmap_chain_state: [ OK ] 4.46 sec.
2024-07-22 05:07:43 02423_multidimensional_array_get_data_at: [ OK ] 2.03 sec.
2024-07-22 05:07:44 02477_projection_materialize_and_zero_copy: [ OK ] 49.00 sec.
2024-07-22 05:07:45 02418_tautological_if_index: [ OK ] 2.27 sec.
2024-07-22 05:07:45 02417_keeper_map_create_drop: [ OK ] 1.36 sec.
2024-07-22 05:07:46 02417_from_select_syntax: [ OK ] 0.79 sec.
2024-07-22 05:07:46 02420_final_setting_analyzer: [ OK ] 3.08 sec.
2024-07-22 05:07:46 02416_row_policy_always_false_index: [ OK ] 0.91 sec.
2024-07-22 05:07:47 02416_in_set_same_ast_diff_columns: [ OK ] 0.78 sec.
2024-07-22 05:07:47 02481_parquet_list_monotonically_increasing_offsets: [ OK ] 55.74 sec.
2024-07-22 05:07:48 02410_csv_empty_fields_inference: [ OK ] 0.70 sec.
2024-07-22 05:07:48 02410_to_decimal_or_default: [ OK ] 0.95 sec.
2024-07-22 05:07:48 02411_legacy_geobase: [ OK ] 2.06 sec.
2024-07-22 05:07:49 02393_every_metric_must_have_documentation: [ OK ] 0.70 sec.
2024-07-22 05:07:49 02403_ttl_column_multiple_times: [ OK ] 1.11 sec.
2024-07-22 05:07:50 02386_analyzer_in_function_nested_subqueries: [ OK ] 0.64 sec.
2024-07-22 05:07:50 02413_replace_partition_zero_copy: [ OK ] 3.71 sec.
2024-07-22 05:07:50 02386_set_columns_order: [ OK ] 1.20 sec.
2024-07-22 05:07:52 02377_executable_function_settings: [ OK ] 1.75 sec.
2024-07-22 05:07:52 02368_cancel_write_into_hdfs: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:07:52 02373_analyzer_join_use_nulls: [ OK ] 1.95 sec.
2024-07-22 05:07:53 02406_minmax_behaviour: [ OK ] 5.10 sec.
2024-07-22 05:07:53 02366_direct_dictionary_dict_has: [ OK ] 1.48 sec.
2024-07-22 05:07:54 02366_kql_func_scalar: [ OK ] 1.30 sec.
2024-07-22 05:07:54 02366_kql_func_binary: [ OK ] 0.90 sec.
2024-07-22 05:07:56 02364_setting_cross_to_inner_rewrite: [ OK ] 1.51 sec.
2024-07-22 05:07:56 02479_race_condition_between_insert_and_droppin_mv: [ OK ] 62.59 sec.
2024-07-22 05:07:57 02360_small_notation_h_for_hour_interval: [ OK ] 0.73 sec.
2024-07-22 05:07:57 02363_mapupdate_improve: [ OK ] 1.20 sec.
2024-07-22 05:07:57 02432_s3_parallel_parts_cleanup: [ OK ] 22.87 sec.
2024-07-22 05:07:57 02354_distributed_with_external_aggregation_memory_usage: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:07:58 02355_control_block_size_in_aggregator: [ OK ] 0.82 sec.
2024-07-22 05:07:58 02354_tuple_lowcardinality: [ OK ] 0.77 sec.
2024-07-22 05:07:58 02353_explain_ast_optimize: [ OK ] 0.68 sec.
2024-07-22 05:07:59 02353_format_settings: [ OK ] 1.56 sec.
2024-07-22 05:07:59 02352_lightweight_delete_and_object_column: [ OK ] 1.11 sec.
2024-07-22 05:08:02 02347_rank_corr_size_overflow: [ OK ] 3.21 sec.
2024-07-22 05:08:03 02352_lightweight_delete_on_replicated_merge_tree: [ OK ] 4.49 sec.
2024-07-22 05:08:04 02343_create_empty_as_select: [ OK ] 1.09 sec.
2024-07-22 05:08:05 02343_analyzer_lambdas_issue_28083: [ OK ] 0.76 sec.
2024-07-22 05:08:05 02346_non_negative_derivative: [ OK ] 6.17 sec.
2024-07-22 05:08:06 02448_clone_replica_lost_part: [ OK ] 34.63 sec.
2024-07-22 05:08:06 02343_group_by_use_nulls_distributed: [ OK ] 3.85 sec.
2024-07-22 05:08:06 02327_try_infer_integers_schema_inference: [ OK ] 1.18 sec.
2024-07-22 05:08:07 02320_mapped_array_witn_const_nullable: [ OK ] 0.91 sec.
2024-07-22 05:08:09 02369_lost_part_intersecting_merges: [ OK ] 18.33 sec.
2024-07-22 05:08:09 02318_template_schema_inference_bug: [ OK ] 2.13 sec.
2024-07-22 05:08:09 02366_kql_func_string: [ OK ] 15.78 sec.
2024-07-22 05:08:10 02315_replace_multiif_to_if: [ OK ] 0.71 sec.
2024-07-22 05:08:10 02341_analyzer_aliases_basics: [ OK ] 5.20 sec.
2024-07-22 05:08:11 02315_grouping_constant_folding: [ OK ] 1.47 sec.
2024-07-22 05:08:11 02313_negative_datetime64: [ OK ] 0.81 sec.
2024-07-22 05:08:11 02313_dump_column_structure_low_cardinality: [ OK ] 0.68 sec.
2024-07-22 05:08:12 02312_is_not_null_prewhere: [ OK ] 1.06 sec.
2024-07-22 05:08:12 02317_like_with_trailing_escape: [ OK ] 2.71 sec.
2024-07-22 05:08:12 02319_timeslots_dt64: [ OK ] 6.44 sec.
2024-07-22 05:08:13 02319_lightweight_delete_on_merge_tree: [ OK ] 6.18 sec.
2024-07-22 05:08:13 02303_cast_nullable_to_custom_types: [ OK ] 1.59 sec.
2024-07-22 05:08:13 02310_profile_events_insert: [ OK ] 2.54 sec.
2024-07-22 05:08:14 02310_clickhouse_client_INSERT_progress_profile_events: [ OK ] 3.03 sec.
2024-07-22 05:08:14 02293_optimize_aggregation_in_order_Array_functions: [ OK ] 0.93 sec.
2024-07-22 05:08:14 02293_compatibility_ignore_auto_increment_in_create_table: [ OK ] 1.80 sec.
2024-07-22 05:08:15 02287_legacy_column_name_of_tuple_literal_over_distributed: [ OK ] 0.68 sec.
2024-07-22 05:08:15 02302_column_decl_null_before_defaul_value: [ OK ] 3.50 sec.
2024-07-22 05:08:15 02292_h3_unidirectional_funcs: [ OK ] 1.83 sec.
2024-07-22 05:08:16 02285_executable_user_defined_function_group_by: [ OK ] 1.10 sec.
2024-07-22 05:08:16 02271_fix_column_matcher_and_column_transformer: [ OK ] 1.58 sec.
2024-07-22 05:08:16 02265_cross_join_empty_list: [ OK ] 1.07 sec.
2024-07-22 05:08:17 02249_parse_date_time_basic: [ OK ] 0.78 sec.
2024-07-22 05:08:18 02268_json_wrong_root_type_in_schema_inference: [ OK ] 2.35 sec.
2024-07-22 05:08:18 02364_multiSearch_function_family: [ OK ] 24.03 sec.
2024-07-22 05:08:18 02296_ttl_non_deterministic: [ OK ] 5.30 sec.
2024-07-22 05:08:18 02249_insert_select_from_input_schema_inference: [ OK ] 0.88 sec.
2024-07-22 05:08:18 02247_fix_extract_parser: [ OK ] 0.65 sec.
2024-07-22 05:08:19 02244_casewithexpression_return_type: [ OK ] 0.72 sec.
2024-07-22 05:08:20 02245_weird_partitions_pruning: [ OK ] 2.02 sec.
2024-07-22 05:08:20 02245_s3_support_read_nested_column: [ OK ] 2.25 sec.
2024-07-22 05:08:20 02241_array_first_last_or_null: [ OK ] 1.53 sec.
2024-07-22 05:08:22 02234_column_function_short_circuit: [ OK ] 1.32 sec.
2024-07-22 05:08:25 02265_limit_push_down_over_window_functions_bug: [ OK ] 9.78 sec.
2024-07-22 05:08:26 02233_set_enable_with_statement_cte_perf: [ OK ] 5.08 sec.
2024-07-22 05:08:27 02253_empty_part_checksums: [ OK ] 10.44 sec.
2024-07-22 05:08:27 02226_async_insert_table_function: [ OK ] 0.98 sec.
2024-07-22 05:08:28 02226_analyzer_or_like_combine: [ OK ] 1.76 sec.
2024-07-22 05:08:29 02226_parallel_reading_from_replicas_benchmark: [ OK ] 3.11 sec.
2024-07-22 05:08:29 02231_bloom_filter_sizing: [ OK ] 7.30 sec.
2024-07-22 05:08:30 02224_s2_test_const_columns: [ OK ] 1.11 sec.
2024-07-22 05:08:30 02222_allow_experimental_projection_optimization__enable_global_with_statement: [ OK ] 1.15 sec.
2024-07-22 05:08:30 02209_short_circuit_node_without_parents: [ OK ] 0.78 sec.
2024-07-22 05:08:31 02225_parallel_distributed_insert_select_view: [ OK ] 3.76 sec.
2024-07-22 05:08:31 02239_bzip2_bug: [ OK ] 11.23 sec.
2024-07-22 05:08:32 02206_array_starts_ends_with: [ OK ] 1.52 sec.
2024-07-22 05:08:32 02205_ephemeral_1: [ OK ] 1.81 sec.
2024-07-22 05:08:33 02202_use_skip_indexes_if_final: [ OK ] 1.33 sec.
2024-07-22 05:08:33 02207_subseconds_intervals: [ OK ] 3.30 sec.
2024-07-22 05:08:33 02190_current_metrics_query: [ OK ] 0.72 sec.
2024-07-22 05:08:34 02190_format_regexp_cr_in_the_middle: [ OK ] 1.97 sec.
2024-07-22 05:08:35 02221_system_zookeeper_unrestricted: [ OK ] 5.67 sec.
2024-07-22 05:08:35 02188_parser_dictionary_primary_key: [ OK ] 1.84 sec.
2024-07-22 05:08:36 02184_nested_tuple: [ OK ] 1.34 sec.
2024-07-22 05:08:36 02193_async_insert_tcp_client_1: [ OK ] 3.81 sec.
2024-07-22 05:08:37 02187_insert_values_with_mv: [ OK ] 3.98 sec.
2024-07-22 05:08:37 02175_distributed_join_current_database: [ OK ] 1.58 sec.
2024-07-22 05:08:39 02165_h3_exact_edge_length_Km: [ OK ] 1.13 sec.
2024-07-22 05:08:39 02165_replicated_grouping_sets: [ OK ] 1.16 sec.
2024-07-22 05:08:40 02162_range_hashed_dictionary_ddl_expression: [ OK ] 0.96 sec.
2024-07-22 05:08:41 02164_clickhouse_local_interactive_exception: [ OK ] 1.82 sec.
2024-07-22 05:08:41 02161_array_first_last: [ OK ] 1.25 sec.
2024-07-22 05:08:42 02157_line_as_string_output_format: [ OK ] 0.64 sec.
2024-07-22 05:08:43 02184_default_table_engine: [ OK ] 8.38 sec.
2024-07-22 05:08:43 02159_left_right: [ OK ] 2.71 sec.
2024-07-22 05:08:44 02530_dictionaries_update_field: [ OK ] 130.13 sec.
2024-07-22 05:08:46 02156_storage_merge_prewhere: [ OK ] 2.70 sec.
2024-07-22 05:08:47 02169_map_functions: [ OK ] 11.22 sec.
2024-07-22 05:08:49 02156_async_insert_query_log: [ OK ] 6.79 sec.
2024-07-22 05:08:49 02154_dictionary_get_http_json: [ OK ] 5.38 sec.
2024-07-22 05:08:49 02155_csv_with_strings_with_slash: [ OK ] 5.75 sec.
2024-07-22 05:08:49 02153_clickhouse_local_profile_info: [ OK ] 2.00 sec.
2024-07-22 05:08:50 02152_invalid_setting_with_hints_in_http_request: [ OK ] 1.66 sec.
2024-07-22 05:08:51 02148_issue_32737: [ OK ] 1.25 sec.
2024-07-22 05:08:51 02144_avg_ubsan: [ OK ] 0.89 sec.
2024-07-22 05:08:52 02132_empty_mutation_livelock: [ OK ] 1.16 sec.
2024-07-22 05:08:53 02133_classification: [ OK ] 2.26 sec.
2024-07-22 05:08:53 02131_remove_columns_in_subquery: [ OK ] 0.81 sec.
2024-07-22 05:08:56 02125_query_views_log_window_function: [ OK ] 2.98 sec.
2024-07-22 05:08:57 02149_read_in_order_fixed_prefix_negative: [ OK ] 7.68 sec.
2024-07-22 05:08:58 02124_clickhouse_dictionary_with_predefined_configuration: [ OK ] 1.11 sec.
2024-07-22 05:08:59 02154_parser_backtracking: [ OK ] 12.89 sec.
2024-07-22 05:09:00 02124_comparison_betwwen_decimal_and_float: [ OK ] 2.37 sec.
2024-07-22 05:09:06 02124_json_each_row_with_progress: [ OK ] 5.15 sec.
2024-07-22 05:09:07 02125_lz4_compression_bug_Native: [ OK ] 13.45 sec.
2024-07-22 05:09:09 02177_issue_31009_pt2: [ OK ] 33.90 sec.
2024-07-22 05:09:09 02124_buffer_insert_select_race: [ OK ] 13.15 sec.
2024-07-22 05:09:10 02124_insert_deduplication_token_multiple_blocks: [ OK ] 11.36 sec.
2024-07-22 05:09:12 02117_show_create_table_system: [ OK ] 1.83 sec.
2024-07-22 05:09:13 02122_parallel_formatting_CSVWithNamesAndTypes: [ OK ] 7.28 sec.
2024-07-22 05:09:14 02116_interactive_hello: [ OK ] 1.97 sec.
2024-07-22 05:09:15 02122_parallel_formatting_TSVWithNamesAndTypes: [ OK ] 5.47 sec.
2024-07-22 05:09:16 02114_offset_fetch_without_order_by: [ OK ] 1.92 sec.
2024-07-22 05:09:16 02122_parallel_formatting_JSONCompactStringsEachRow: [ OK ] 9.50 sec.
2024-07-22 05:09:18 02113_base64encode_trailing_bytes: [ OK ] 3.04 sec.
2024-07-22 05:09:18 02112_parse_date_yyyymmdd: [ OK ] 2.01 sec.
2024-07-22 05:09:18 02112_delayed_clickhouse_local_with_queries_file: [ OK ] 1.93 sec.
2024-07-22 05:09:20 02105_backslash_letter_commands: [ OK ] 2.24 sec.
2024-07-22 05:09:21 02122_parallel_formatting_PrettyCompact: [ OK ] 11.64 sec.
2024-07-22 05:09:21 02096_join_unusual_identifier_begin: [ OK ] 1.30 sec.
2024-07-22 05:09:23 02096_date_time_1970_saturation2: [ OK ] 2.13 sec.
2024-07-22 05:09:23 02070_join_on_disk: [ OK ] 1.80 sec.
2024-07-22 05:09:25 02097_json_strings_deserialization: [ OK ] 6.31 sec.
2024-07-22 05:09:25 02050_clickhouse_client_local_exception: [ OK ] 2.19 sec.
2024-07-22 05:09:27 02114_hdfs_bad_url: [ OK ] 13.64 sec.
2024-07-22 05:09:27 02048_parallel_reading_from_infile: [ OK ] 3.70 sec.
2024-07-22 05:09:29 02046_remote_table_function_named_collections: [ OK ] 1.68 sec.
2024-07-22 05:09:29 02048_clickhouse_local_stage: [ OK ] 4.35 sec.
2024-07-22 05:09:30 02036_jit_short_circuit: [ OK ] 1.10 sec.
2024-07-22 05:09:30 02098_with_types_use_header: [ OK ] 11.76 sec.
2024-07-22 05:09:30 02029_output_csv_null_representation: [ OK ] 0.95 sec.
2024-07-22 05:09:31 02028_tokens: [ OK ] 1.08 sec.
2024-07-22 05:09:31 02023_parser_number_binary_literal: [ OK ] 1.13 sec.
2024-07-22 05:09:32 02021_h3_get_faces: [ OK ] 1.17 sec.
2024-07-22 05:09:33 02022_array_full_text_bloom_filter_index: [ OK ] 2.17 sec.
2024-07-22 05:09:34 02021_map_has: [ OK ] 1.27 sec.
2024-07-22 05:09:34 02018_multiple_with_fill_for_the_same_column: [ OK ] 1.02 sec.
2024-07-22 05:09:35 02016_order_by_with_fill_monotonic_functions_removal: [ OK ] 0.77 sec.
2024-07-22 05:09:35 02015_order_by_with_fill_misoptimization: [ OK ] 0.92 sec.
2024-07-22 05:09:36 02015_executable_user_defined_functions: [ OK ] 1.36 sec.
2024-07-22 05:09:37 02021_exponential_sum: [ OK ] 5.37 sec.
2024-07-22 05:09:37 02013_lc_nullable_and_infinity: [ OK ] 0.75 sec.
2024-07-22 05:09:39 02009_decimal_no_trailing_zeros: [ OK ] 1.57 sec.
2024-07-22 05:09:40 02047_log_family_data_file_dumps: [ OK ] 14.85 sec.
2024-07-22 05:09:40 02006_h3_to_geo_boundary: [ OK ] 1.24 sec.
2024-07-22 05:09:42 02004_intersect_except_const_column: [ OK ] 1.36 sec.
2024-07-22 05:09:42 02009_from_infile: [ OK ] 5.57 sec.
2024-07-22 05:09:43 02002_global_subqueries_subquery_or_table_name: [ OK ] 1.47 sec.
2024-07-22 05:09:44 02004_invalid_partition_mutation_stuck: [ OK ] 3.16 sec.
2024-07-22 05:09:44 01957_heredoc_more: [ OK ] 0.76 sec.
2024-07-22 05:09:45 02000_default_from_default_empty_column: [ OK ] 1.27 sec.
2024-07-22 05:09:45 02001_compress_output_file: [ OK ] 2.73 sec.
2024-07-22 05:09:46 01944_range_max_elements: [ OK ] 1.32 sec.
2024-07-22 05:09:46 01939_type_map_json: [ OK ] 1.61 sec.
2024-07-22 05:09:47 01936_empty_function_support_uuid: [ OK ] 1.48 sec.
2024-07-22 05:09:47 01936_quantiles_cannot_return_null: [ OK ] 1.14 sec.
2024-07-22 05:09:48 01931_storage_merge_no_columns: [ OK ] 1.10 sec.
2024-07-22 05:09:48 01925_test_group_by_const_consistency: [ OK ] 0.88 sec.
2024-07-22 05:09:49 01924_argmax_bitmap_state: [ OK ] 1.29 sec.
2024-07-22 05:09:50 01933_client_replxx_convert_history: [ OK ] 3.87 sec.
2024-07-22 05:09:52 01916_lowcard_dict_type: [ OK ] 1.25 sec.
2024-07-22 05:09:52 01922_client_param: [ OK ] 2.70 sec.
2024-07-22 05:09:53 01916_low_cardinality_interval: [ OK ] 0.85 sec.
2024-07-22 05:09:53 01916_multiple_join_view_optimize_predicate_chertus: [ OK ] 1.53 sec.
2024-07-22 05:09:54 02044_url_glob_parallel_connection_refused: [ OK ] 26.49 sec.
2024-07-22 05:09:54 01915_for_each_crakjie: [ OK ] 1.30 sec.
2024-07-22 05:09:55 01909_mbtolou: [ OK ] 1.85 sec.
2024-07-22 05:09:56 01891_partition_hash: [ OK ] 1.67 sec.
2024-07-22 05:10:01 01890_materialized_distributed_join: [ OK ] 5.70 sec.
2024-07-22 05:10:03 01881_union_header_mismatch_bug: [ OK ] 1.62 sec.
2024-07-22 05:10:05 01923_network_receive_time_metric_insert: [ OK ] 16.46 sec.
2024-07-22 05:10:05 02149_schema_inference_formats_with_schema_2: [ OK ] 75.48 sec.
2024-07-22 05:10:06 01861_explain_pipeline: [ OK ] 1.48 sec.
2024-07-22 05:10:07 01874_select_from_trailing_whitespaces: [ OK ] 3.91 sec.
2024-07-22 05:10:09 01854_s2_cap_union: [ OK ] 2.41 sec.
2024-07-22 05:10:09 01855_jit_comparison_constant_result: [ OK ] 2.73 sec.
2024-07-22 05:10:10 01852_cast_operator_4: [ OK ] 1.13 sec.
2024-07-22 05:10:11 01852_cast_operator: [ OK ] 1.60 sec.
2024-07-22 05:10:11 02015_shard_crash_clang_12_build: [ OK ] 36.28 sec.
2024-07-22 05:10:11 01903_csvwithnames_subset_of_columns: [ OK ] 17.07 sec.
2024-07-22 05:10:12 01852_jit_if: [ OK ] 1.27 sec.
2024-07-22 05:10:12 01833_test_collation_alvarotuso: [ OK ] 1.20 sec.
2024-07-22 05:10:13 01825_type_json_14: [ OK ] 1.45 sec.
2024-07-22 05:10:13 01872_initial_query_start_time: [ OK ] 7.91 sec.
2024-07-22 05:10:13 01825_type_json_describe: [ OK ] 0.96 sec.
2024-07-22 05:10:13 01846_null_as_default_for_insert_select: [ OK ] 2.04 sec.
2024-07-22 05:10:14 01825_type_json_wide_parts_merge: [ OK ] 1.19 sec.
2024-07-22 05:10:14 01825_type_json_9: [ OK ] 1.00 sec.
2024-07-22 05:10:14 01825_replacing_vertical_merge: [ OK ] 1.79 sec.
2024-07-22 05:10:14 01825_type_json_distributed: [ OK ] 1.30 sec.
2024-07-22 05:10:15 01825_type_json_bools: [ OK ] 0.83 sec.
2024-07-22 05:10:15 01825_type_json_10: [ OK ] 1.14 sec.
2024-07-22 05:10:19 01825_type_json_11: [ OK ] 6.52 sec.
2024-07-22 05:10:19 01889_sqlite_read_write: [ OK ] 23.06 sec.
2024-07-22 05:10:19 01825_type_json_6: [ OK ] 5.21 sec.
2024-07-22 05:10:20 01820_unhex_case_insensitive: [ OK ] 0.71 sec.
2024-07-22 05:10:22 01815_with_mergeable_state_after_aggregation_and_limit: [ OK ] 2.10 sec.
2024-07-22 05:10:22 01825_type_json_btc: [ OK ] 7.60 sec.
2024-07-22 05:10:23 01811_filter_by_null: [ OK ] 1.04 sec.
2024-07-22 05:10:24 01818_input_format_with_names_use_header: [ OK ] 4.27 sec.
2024-07-22 05:10:24 01809_inactive_parts_to_delay_throw_insert: [ OK ] 1.93 sec.
2024-07-22 05:10:24 01801_approx_total_rows_mergetree_reverse: [ OK ] 1.30 sec.
2024-07-22 05:10:25 01800_log_nested: [ OK ] 1.59 sec.
2024-07-22 05:10:26 01822_async_read_from_socket_crash: [ OK ] 11.20 sec.
2024-07-22 05:10:27 01781_map_op_ubsan: [ OK ] 0.75 sec.
2024-07-22 05:10:27 01801_nullable_low_cardinality_tsv: [ OK ] 3.61 sec.
2024-07-22 05:10:27 01798_uniq_theta_union_intersect_not: [ OK ] 3.26 sec.
2024-07-22 05:10:28 02286_quantile_tdigest_infinity: [ OK ] 133.39 sec.
2024-07-22 05:10:28 01779_quantile_deterministic_msan: [ OK ] 0.74 sec.
2024-07-22 05:10:28 01777_map_populate_series_ubsan: [ OK ] 1.07 sec.
2024-07-22 05:10:29 01773_case_sensitive_revision: [ OK ] 0.65 sec.
2024-07-22 05:10:29 01778_test_LowCardinality_FixedString_pk: [ OK ] 1.41 sec.
2024-07-22 05:10:29 01772_intdiv_minus_one_ubsan: [ OK ] 0.71 sec.
2024-07-22 05:10:30 01765_move_to_table_overlapping_block_number: [ OK ] 1.21 sec.
2024-07-22 05:10:30 01768_array_product: [ OK ] 1.57 sec.
2024-07-22 05:10:31 01764_collapsing_merge_adaptive_granularity: [ OK ] 1.69 sec.
2024-07-22 05:10:32 01774_ip_address_in_range: [ OK ] 4.12 sec.
2024-07-22 05:10:32 01735_join_get_low_card_fix: [ OK ] 0.90 sec.
2024-07-22 05:10:32 01745_alter_delete_view: [ OK ] 1.80 sec.
2024-07-22 05:10:33 01735_to_datetime64: [ OK ] 0.65 sec.
2024-07-22 05:10:33 01758_optimize_skip_unused_shards_once: [ OK ] 2.52 sec.
2024-07-22 05:10:33 01814_distributed_push_down_limit: [ OK ] 12.80 sec.
2024-07-22 05:10:33 01733_transform_ubsan: [ OK ] 0.75 sec.
2024-07-22 05:10:33 01821_join_table_race_long: [ OK ] 18.13 sec.
2024-07-22 05:10:35 01717_global_with_subquery_fix: [ OK ] 2.06 sec.
2024-07-22 05:10:35 01715_tuple_insert_null_as_default: [ OK ] 2.60 sec.
2024-07-22 05:10:36 01711_decimal_multiplication: [ OK ] 0.81 sec.
2024-07-22 05:10:36 01734_datetime64_from_float: [ OK ] 3.87 sec.
2024-07-22 05:10:36 01713_table_ttl_old_syntax_zookeeper: [ OK ] 2.60 sec.
2024-07-22 05:10:36 01720_constraints_complex_types: [ OK ] 3.52 sec.
2024-07-22 05:10:36 02241_join_rocksdb_bs: [ OK ] 137.99 sec.
2024-07-22 05:10:37 01710_order_by_projections_complete: [ OK ] 1.08 sec.
2024-07-22 05:10:37 01710_projection_materialize_with_missing_columns: [ OK ] 1.00 sec.
2024-07-22 05:10:37 01710_projection_optimize_aggregators_of_group_by_keys: [ OK ] 1.01 sec.
2024-07-22 05:10:38 01710_projection_in_index: [ OK ] 1.39 sec.
2024-07-22 05:10:38 01706_optimize_normalize_count_variants: [ OK ] 0.74 sec.
2024-07-22 05:10:38 01705_normalize_case_insensitive_function_names: [ OK ] 0.71 sec.
2024-07-22 05:10:38 01710_projection_additional_filters: [ OK ] 1.40 sec.
2024-07-22 05:10:38 01707_join_use_nulls: [ OK ] 1.45 sec.
2024-07-22 05:10:38 01679_format_readable_time_delta_inf: [ OK ] 0.62 sec.
2024-07-22 05:10:39 01677_array_enumerate_bug: [ OK ] 0.71 sec.
2024-07-22 05:10:40 01710_projection_fetch_long: [ OK ] 3.72 sec.
2024-07-22 05:10:40 01674_where_prewhere_array_crash: [ OK ] 1.73 sec.
2024-07-22 05:10:40 01674_htm_xml_coarse_parse: [ OK ] 1.49 sec.
2024-07-22 05:10:42 01786_explain_merge_tree: [ OK ] 16.07 sec.
2024-07-22 05:10:42 01672_test_toSecond_mysql_dialect: [ OK ] 1.29 sec.
2024-07-22 05:10:43 01670_sign_function: [ OK ] 1.98 sec.
2024-07-22 05:10:43 01679_incorrect_data_on_insert_collapsing: [ OK ] 5.45 sec.
2024-07-22 05:10:44 01668_test_toMonth_mysql_dialect: [ OK ] 0.95 sec.
2024-07-22 05:10:47 01671_merge_join_and_constants: [ OK ] 6.36 sec.
2024-07-22 05:10:47 01669_columns_declaration_serde_long: [ OK ] 5.40 sec.
2024-07-22 05:10:49 01660_test_toDayOfYear_mysql_compatibility: [ OK ] 1.05 sec.
2024-07-22 05:10:55 01660_join_or_subqueries: [ OK ] 7.30 sec.
2024-07-22 05:10:56 01732_race_condition_storage_join_long: [ OK ] 23.33 sec.
2024-07-22 05:10:56 01659_array_aggregation_ubsan: [ OK ] 0.89 sec.
2024-07-22 05:10:57 01658_test_base64Encode_mysql_compatibility: [ OK ] 0.78 sec.
2024-07-22 05:10:58 01656_test_hex_mysql_dialect: [ OK ] 0.81 sec.
2024-07-22 05:11:00 01661_join_complex: [ OK ] 15.74 sec.
2024-07-22 05:11:06 01660_join_or_any: [ OK ] 16.59 sec.
2024-07-22 05:11:07 01661_referer: [ OK ] 23.55 sec.
2024-07-22 05:11:07 01652_ignore_and_low_cardinality: [ OK ] 1.59 sec.
2024-07-22 05:11:09 01659_h3_buffer_overflow: [ OK ] 12.82 sec.
2024-07-22 05:11:13 01666_blns_long: [ OK ] 30.38 sec.
2024-07-22 05:11:16 01650_drop_part_and_deduplication_zookeeper_long: [ OK ] 6.66 sec.
2024-07-22 05:11:21 01644_distributed_async_insert_fsync_smoke: [ OK ] 4.84 sec.
2024-07-22 05:11:23 01646_rewrite_sum_if_bug: [ OK ] 9.54 sec.
2024-07-22 05:11:29 01640_marks_corruption_regression: [ OK ] 5.65 sec.
2024-07-22 05:11:31 01643_merge_tree_fsync_smoke: [ OK ] 9.35 sec.
2024-07-22 05:11:32 01637_nullable_fuzz3: [ OK ] 2.21 sec.
2024-07-22 05:11:33 01655_plan_optimizations_optimize_read_in_window_order: [ OK ] 34.74 sec.
2024-07-22 05:11:33 01635_sum_map_fuzz: [ OK ] 2.17 sec.
2024-07-22 05:11:35 01635_nullable_fuzz: [ OK ] 2.60 sec.
2024-07-22 05:11:38 01632_group_array_msan: [ OK ] 4.89 sec.
2024-07-22 05:11:53 01675_data_type_coroutine_2: [ OK ] 74.49 sec.
2024-07-22 05:12:04 01622_codec_zstd_long: [ OK ] 11.29 sec.
2024-07-22 05:12:12 01622_multiple_ttls: [ OK ] 7.24 sec.
2024-07-22 05:12:14 01621_decode_XML: [ OK ] 1.45 sec.
2024-07-22 05:12:14 01606_git_import: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:12:25 01623_constraints_column_swap: [ OK ] 46.25 sec.
2024-07-22 05:12:30 01606_merge_from_wide_to_compact: [ OK ] 15.59 sec.
2024-07-22 05:12:32 01602_temporary_table_in_system_tables: [ OK ] 1.88 sec.
2024-07-22 05:12:37 01600_select_in_different_types: [ OK ] 5.20 sec.
2024-07-22 05:12:40 01602_max_distributed_connections: [ OK ] 14.80 sec.
2024-07-22 05:12:41 01600_benchmark_query: [ OK ] 3.76 sec.
2024-07-22 05:12:42 01594_storage_join_uuid: [ OK ] 2.14 sec.
2024-07-22 05:12:48 01585_use_index_for_global_in_with_null: [ OK ] 5.41 sec.
2024-07-22 05:12:50 01583_const_column_in_set_index: [ OK ] 1.87 sec.
2024-07-22 05:12:52 01582_deterministic_function_with_predicate: [ OK ] 1.77 sec.
2024-07-22 05:12:55 01582_move_to_prewhere_compact_parts: [ OK ] 2.72 sec.
2024-07-22 05:12:59 01579_date_datetime_index_comparison: [ OK ] 3.47 sec.
2024-07-22 05:13:03 01572_kill_window_function: [ OK ] 4.31 sec.
2024-07-22 05:13:05 01683_text_log_deadlock: [ OK ] 147.09 sec.
2024-07-22 05:13:06 01651_bugs_from_15889: [ OK ] 118.90 sec.
2024-07-22 05:13:07 01560_mann_whitney: [ OK ] 2.35 sec.
2024-07-22 05:13:09 01568_window_functions_distributed: [ OK ] 5.32 sec.
2024-07-22 05:13:09 01559_misplaced_codec_diagnostics: [ OK ] 3.16 sec.
2024-07-22 05:13:09 01557_field_infinite_convert_to_number: [ OK ] 2.02 sec.
2024-07-22 05:13:09 01591_window_functions: [ OK ] 27.92 sec.
2024-07-22 05:13:10 01556_if_null: [ OK ] 0.80 sec.
2024-07-22 05:13:11 01552_impl_aggfunc_cloneresize: [ OK ] 1.49 sec.
2024-07-22 05:13:11 01554_bloom_filter_index_big_integer_uuid: [ OK ] 2.12 sec.
2024-07-22 05:13:13 01534_lambda_array_join: [ OK ] 1.14 sec.
2024-07-22 05:13:13 01556_accurate_cast_or_null: [ OK ] 3.32 sec.
2024-07-22 05:13:13 01543_collate_in_tuple: [ OK ] 1.88 sec.
2024-07-22 05:13:14 01533_collate_in_nullable: [ OK ] 1.19 sec.
2024-07-22 05:13:14 01533_optimize_skip_merged_partitions: [ OK ] 1.38 sec.
2024-07-22 05:13:15 01533_quantile_deterministic_assert: [ OK ] 0.92 sec.
2024-07-22 05:13:16 01533_sum_if_nullable_bug: [ OK ] 1.60 sec.
2024-07-22 05:13:17 01533_distinct_nullable_uuid: [ OK ] 1.54 sec.
2024-07-22 05:13:17 01528_play: [ OK ] 1.37 sec.
2024-07-22 05:13:19 01526_alter_add_and_modify_order_zookeeper: [ OK ] 2.37 sec.
2024-07-22 05:13:19 01521_global_in_prewhere_15792: [ OK ] 1.92 sec.
2024-07-22 05:13:20 01546_log_queries_min_query_duration_ms: [ OK ] 9.98 sec.
2024-07-22 05:13:20 01521_distributed_query_hang: [ OK ] 0.90 sec.
2024-07-22 05:13:21 01517_select_final_distributed: [ OK ] 1.38 sec.
2024-07-22 05:13:21 01515_mv_and_array_join_optimisation_bag: [ OK ] 1.51 sec.
2024-07-22 05:13:22 01515_with_global_and_with_propagation: [ OK ] 1.31 sec.
2024-07-22 05:13:22 01514_input_format_tsv_enum_as_number_setting: [ OK ] 0.94 sec.
2024-07-22 05:13:23 01515_force_data_skipping_indices: [ OK ] 2.97 sec.
2024-07-22 05:13:23 01513_ilike_like_cache: [ OK ] 0.76 sec.
2024-07-22 05:13:25 01506_buffer_table_alter_block_structure_2: [ OK ] 1.14 sec.
2024-07-22 05:13:25 01509_output_format_pretty_row_numbers: [ OK ] 2.37 sec.
2024-07-22 05:13:26 01503_fixed_string_primary_key: [ OK ] 1.16 sec.
2024-07-22 05:13:27 01533_multiple_nested: [ OK ] 14.40 sec.
2024-07-22 05:13:28 01500_StorageFile_write_to_fd: [ OK ] 1.87 sec.
2024-07-22 05:13:29 01495_subqueries_in_with_statement_2: [ OK ] 2.05 sec.
2024-07-22 05:13:30 01501_clickhouse_client_INSERT_exception: [ OK ] 4.81 sec.
2024-07-22 05:13:30 01485_256_bit_multiply: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:13:31 01495_subqueries_in_with_statement_3: [ OK ] 3.09 sec.
2024-07-22 05:13:32 01514_distributed_cancel_query_on_error: [ OK ] 9.67 sec.
2024-07-22 05:13:32 01481_join_with_materialized: [ OK ] 1.50 sec.
2024-07-22 05:13:33 01478_not_equi-join_on: [ OK ] 1.36 sec.
2024-07-22 05:13:34 01457_min_index_granularity_bytes_setting: [ OK ] 2.13 sec.
2024-07-22 05:13:35 01455_default_compression: [ OK ] 2.09 sec.
2024-07-22 05:13:35 01455_time_zones: [ OK ] 0.78 sec.
2024-07-22 05:13:35 01493_alter_remove_no_property_zookeeper_long: [ OK ] 5.89 sec.
2024-07-22 05:13:36 01452_normalized_query_hash: [ OK ] 1.02 sec.
2024-07-22 05:13:36 01655_plan_optimizations_optimize_read_in_window_order_long: [ OK ] 156.30 sec.
2024-07-22 05:13:37 01430_moving_sum_empty_state: [ OK ] 0.88 sec.
2024-07-22 05:13:38 01435_lcm_overflow: [ OK ] 1.60 sec.
2024-07-22 05:13:39 01426_geohash_constants: [ OK ] 1.02 sec.
2024-07-22 05:13:39 01440_big_int_arithm: [ OK ] 3.97 sec.
2024-07-22 05:13:41 01419_skip_index_compact_parts: [ OK ] 1.89 sec.
2024-07-22 05:13:42 01428_nullable_asof_join: [ OK ] 4.27 sec.
2024-07-22 05:13:44 01414_bloom_filter_index_with_const_column: [ OK ] 2.32 sec.
2024-07-22 05:13:45 01420_format_row: [ OK ] 5.65 sec.
2024-07-22 05:13:45 01412_optimize_deduplicate_bug: [ OK ] 1.33 sec.
2024-07-22 05:13:47 01396_low_cardinality_fixed_string_default: [ OK ] 1.12 sec.
2024-07-22 05:13:47 01401_FORMAT_SETTINGS: [ OK ] 1.89 sec.
2024-07-22 05:13:47 01451_dist_logs: [ OK ] 11.93 sec.
2024-07-22 05:13:47 01391_limit_overflow: [ OK ] 0.79 sec.
2024-07-22 05:13:49 01378_alter_rename_with_ttl_zookeeper: [ OK ] 1.94 sec.
2024-07-22 05:13:50 01361_fover_remote_num_tries: [ OK ] 2.42 sec.
2024-07-22 05:13:50 01475_read_subcolumns: [ OK ] 17.83 sec.
2024-07-22 05:13:51 01352_add_datetime_bad_get: [ OK ] 0.66 sec.
2024-07-22 05:13:51 01355_defaultValueOfArgumentType_bug: [ OK ] 0.71 sec.
2024-07-22 05:13:52 01351_parse_date_time_best_effort_us: [ OK ] 0.91 sec.
2024-07-22 05:13:52 01357_result_rows: [ OK ] 3.33 sec.
2024-07-22 05:13:53 01350_intdiv_nontrivial_fpe: [ OK ] 2.08 sec.
2024-07-22 05:13:54 01341_datetime64_wrong_supertype: [ OK ] 0.63 sec.
2024-07-22 05:13:54 01342_query_parameters_alias: [ OK ] 2.01 sec.
2024-07-22 05:13:55 01413_rows_events: [ OK ] 12.64 sec.
2024-07-22 05:13:55 01373_summing_merge_tree_exclude_partition_key: [ OK ] 7.56 sec.
2024-07-22 05:13:55 01324_insert_tsv_raw: [ OK ] 0.94 sec.
2024-07-22 05:13:56 01324_if_transform_strings_to_enum: [ OK ] 1.28 sec.
2024-07-22 05:13:56 01329_compare_tuple_string_constant: [ OK ] 2.59 sec.
2024-07-22 05:13:57 01651_lc_insert_tiny_log: [ OK ] 169.04 sec.
2024-07-22 05:13:57 01344_min_bytes_to_use_mmap_io_index: [ OK ] 5.06 sec.
2024-07-22 05:13:57 01319_mv_constants_bug: [ OK ] 1.66 sec.
2024-07-22 05:13:57 01323_bad_arg_in_arithmetic_operations: [ OK ] 2.28 sec.
2024-07-22 05:13:57 01314_position_in_system_columns: [ OK ] 1.01 sec.
2024-07-22 05:13:58 01630_simple_aggregate_all_functions_in_summing_merge_tree: [ OK ] 143.97 sec.
2024-07-22 05:13:58 01316_create_user_syntax_hilite: [ OK ] 1.47 sec.
2024-07-22 05:13:58 01305_nullable-prewhere_bug: [ OK ] 1.49 sec.
2024-07-22 05:13:59 01304_polygons_sym_difference: [ OK ] 1.53 sec.
2024-07-22 05:13:59 01308_polygon_area: [ OK ] 1.91 sec.
2024-07-22 05:14:00 01298_alter_merge: [ OK ] 1.88 sec.
2024-07-22 05:14:01 01311_comparison_with_constant_string: [ OK ] 4.12 sec.
2024-07-22 05:14:02 01300_client_save_history_when_terminated_long: [ OK ] 4.09 sec.
2024-07-22 05:14:03 01291_unsupported_conversion_from_decimal: [ OK ] 4.34 sec.
2024-07-22 05:14:03 01286_constraints_on_default: [ OK ] 3.65 sec.
2024-07-22 05:14:03 01296_codecs_bad_arguments: [ OK ] 4.75 sec.
2024-07-22 05:14:05 01280_opencl_bitonic_order_by: [ OK ] 1.26 sec.
2024-07-22 05:14:05 01281_join_with_prewhere_fix: [ OK ] 1.54 sec.
2024-07-22 05:14:05 01284_fuzz_bits: [ OK ] 3.22 sec.
2024-07-22 05:14:05 01285_engine_join_donmikel: [ OK ] 4.08 sec.
2024-07-22 05:14:06 01277_convert_field_to_type_logical_error: [ OK ] 1.00 sec.
2024-07-22 05:14:06 01281_alter_rename_and_other_renames: [ OK ] 3.16 sec.
2024-07-22 05:14:07 01278_alter_rename_combination: [ OK ] 1.84 sec.
2024-07-22 05:14:07 01270_optimize_skip_unused_shards_low_cardinality: [ OK ] 1.00 sec.
2024-07-22 05:14:07 01277_toUnixTimestamp64: [ OK ] 2.28 sec.
2024-07-22 05:14:08 01246_finalize_aggregation_race: [ OK ] 1.24 sec.
2024-07-22 05:14:09 01259_combinator_distinct_distributed: [ OK ] 2.74 sec.
2024-07-22 05:14:10 01252_weird_time_zone: [ OK ] 3.57 sec.
2024-07-22 05:14:12 01232_json_as_string_format: [ OK ] 4.74 sec.
2024-07-22 05:14:12 01213_alter_rename_compact_part: [ OK ] 1.66 sec.
2024-07-22 05:14:14 01213_optimize_skip_unused_shards_DISTINCT: [ OK ] 1.75 sec.
2024-07-22 05:14:15 01198_plus_inf: [ OK ] 0.77 sec.
2024-07-22 05:14:15 01630_simple_aggregate_all_functions_in_aggregating_merge_tree: [ OK ] 160.14 sec.
2024-07-22 05:14:23 01223_dist_on_dist: [ OK ] 14.02 sec.
2024-07-22 05:14:25 01194_http_query_id: [ OK ] 9.71 sec.
2024-07-22 05:14:28 01300_group_by_other_keys: [ OK ] 30.78 sec.
2024-07-22 05:14:40 01172_transaction_counters: [ OK ] 15.05 sec.
2024-07-22 05:14:41 01231_log_queries_min_type: [ OK ] 32.71 sec.
2024-07-22 05:14:41 01184_long_insert_values_huge_strings: [ OK ] 26.23 sec.
2024-07-22 05:14:42 01163_search_case_insensetive_utf8: [ OK ] 1.77 sec.
2024-07-22 05:14:48 01161_information_schema: [ OK ] 6.66 sec.
2024-07-22 05:14:52 01159_combinators_with_parameters: [ OK ] 10.33 sec.
2024-07-22 05:14:52 01151_storage_merge_filter_tables_by_virtual_column: [ OK ] 3.74 sec.
2024-07-22 05:14:53 01145_with_fill_const: [ OK ] 0.73 sec.
2024-07-22 05:14:58 01142_join_lc_and_nullable_in_key: [ OK ] 6.18 sec.
2024-07-22 05:14:59 01158_zookeeper_log_long: [ OK ] 17.17 sec.
2024-07-22 05:14:59 01126_month_partitioning_consistent_code: [ OK ] 0.99 sec.
2024-07-22 05:15:01 01124_view_bad_types: [ OK ] 1.41 sec.
2024-07-22 05:15:01 01114_clear_column_compact_parts: [ OK ] 1.88 sec.
2024-07-22 05:15:02 01128_generate_random_nested: [ OK ] 8.93 sec.
2024-07-22 05:15:03 01109_sc0rp10_string_hash_map_zero_bytes: [ OK ] 0.95 sec.
2024-07-22 05:15:04 01109_inflating_cross_join: [ OK ] 2.48 sec.
2024-07-22 05:15:04 01091_query_profiler_does_not_hang: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:15:04 01114_materialize_clear_index_compact_parts: [ OK ] 3.47 sec.
2024-07-22 05:15:06 01105_string_like: [ OK ] 2.67 sec.
2024-07-22 05:15:06 01169_old_alter_partition_isolation_stress: [ OK ] 37.64 sec.
2024-07-22 05:15:07 01086_modulo_or_zero: [ OK ] 0.97 sec.
2024-07-22 05:15:07 01086_odbc_roundtrip: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:15:07 01087_storage_generate: [ OK ] 1.46 sec.
2024-07-22 05:15:09 01083_log_first_column_alias: [ OK ] 1.10 sec.
2024-07-22 05:15:10 01090_zookeeper_mutations_and_insert_quorum_long: [ OK ] 6.29 sec.
2024-07-22 05:15:11 01083_functional_index_in_mergetree: [ OK ] 2.84 sec.
2024-07-22 05:15:12 01080_join_get_null: [ OK ] 1.26 sec.
2024-07-22 05:15:14 01088_window_view_default_column: [ OK ] 9.63 sec.
2024-07-22 05:15:15 01084_window_view_with_table_identifier: [ OK ] 7.28 sec.
2024-07-22 05:15:15 01074_partial_revokes: [ OK ] 3.28 sec.
2024-07-22 05:15:15 01073_grant_and_revoke: [ OK ] 1.41 sec.
2024-07-22 05:15:16 01073_attach_if_not_exists: [ OK ] 1.16 sec.
2024-07-22 05:15:17 01071_http_header_exception_code: [ OK ] 1.62 sec.
2024-07-22 05:15:18 01073_blockSerializedSize: [ OK ] 3.13 sec.
2024-07-22 05:15:18 01070_h3_indexes_are_neighbors: [ OK ] 0.84 sec.
2024-07-22 05:15:18 01074_window_view_event_tumble_asc_join_populate: [ OK ] 6.48 sec.
2024-07-22 05:15:19 01201_read_single_thread_in_order: [ OK ] 66.43 sec.
2024-07-22 05:15:20 01062_max_parser_depth: [ OK ] 1.51 sec.
2024-07-22 05:15:20 01278_min_insert_block_size_rows_for_materialized_views: [ OK ] 75.07 sec.
2024-07-22 05:15:21 01070_exception_code_in_query_log_table: [ OK ] 4.66 sec.
2024-07-22 05:15:21 01174_select_insert_isolation: [ OK ] 57.93 sec.
2024-07-22 05:15:23 01055_compact_parts: [ OK ] 3.99 sec.
2024-07-22 05:15:23 01052_compression_buffer_overrun: [ OK ] 1.83 sec.
2024-07-22 05:15:24 01063_window_view_event_tumble_to_bounded: [ OK ] 6.30 sec.
2024-07-22 05:15:24 01050_clickhouse_dict_source_with_subquery: [ OK ] 1.13 sec.
2024-07-22 05:15:25 01066_window_view_event_tumble_to_strict_asc_lateness: [ OK ] 6.69 sec.
2024-07-22 05:15:26 01046_trivial_count_query_distributed: [ OK ] 1.15 sec.
2024-07-22 05:15:26 01050_window_view_parser_tumble: [ OK ] 2.67 sec.
2024-07-22 05:15:26 01046_materialized_view_with_join_over_distributed: [ OK ] 1.71 sec.
2024-07-22 05:15:27 01041_create_dictionary_if_not_exists: [ OK ] 1.12 sec.
2024-07-22 05:15:27 01043_geo_distance: [ OK ] 1.35 sec.
2024-07-22 05:15:29 01034_order_by_pk_prefix: [ OK ] 2.02 sec.
2024-07-22 05:15:30 01033_quota_dcl: [ OK ] 0.50 sec.
2024-07-22 05:15:31 01033_storage_odbc_parsing_exception_check: [ OK ] 1.10 sec.
2024-07-22 05:15:32 01052_window_view_proc_tumble_to_now: [ OK ] 11.29 sec.
2024-07-22 05:15:33 01053_window_view_proc_hop_to_now: [ OK ] 12.93 sec.
2024-07-22 05:15:34 01033_dictionaries_lifetime: [ OK ] 1.30 sec.
2024-07-22 05:15:34 01035_enum_conversion_native_format: [ OK ] 7.32 sec.
2024-07-22 05:15:34 01031_semi_anti_join: [ OK ] 1.37 sec.
2024-07-22 05:15:35 01054_cache_dictionary_bunch_update: [ OK ] 14.93 sec.
2024-07-22 05:15:35 01030_concatenate_equal_fixed_strings: [ OK ] 0.78 sec.
2024-07-22 05:15:35 01029_early_constant_folding: [ OK ] 0.85 sec.
2024-07-22 05:15:39 01033_function_substring: [ OK ] 8.38 sec.
2024-07-22 05:15:43 01018_empty_aggregation_filling: [ OK ] 8.32 sec.
2024-07-22 05:15:45 01030_incorrect_count_summing_merge_tree: [ OK ] 10.95 sec.
2024-07-22 05:15:46 01017_tsv_empty_as_default: [ OK ] 6.04 sec.
2024-07-22 05:15:46 01045_order_by_pk_special_storages: [ OK ] 21.51 sec.
2024-07-22 05:15:46 01015_attach_part: [ OK ] 1.58 sec.
2024-07-22 05:15:47 01012_reset_running_accumulate: [ OK ] 0.82 sec.
2024-07-22 05:15:47 01019_alter_materialized_view_consistent: [ OK ] 12.61 sec.
2024-07-22 05:15:49 01008_materialized_view_henyihanwobushi: [ OK ] 1.58 sec.
2024-07-22 05:15:51 01035_avg_weighted_long: [ OK ] 24.29 sec.
2024-07-22 05:15:51 01016_simhash_minhash: [ OK ] 7.17 sec.
2024-07-22 05:15:51 01015_insert_values_parametrized: [ OK ] 5.64 sec.
2024-07-22 05:15:52 00990_function_current_user: [ OK ] 0.79 sec.
2024-07-22 05:15:52 00995_order_by_with_fill: [ OK ] 3.13 sec.
2024-07-22 05:15:54 01010_low_cardinality_and_native_http: [ OK ] 7.09 sec.
2024-07-22 05:15:54 01010_pmj_one_row_blocks: [ OK ] 7.80 sec.
2024-07-22 05:15:55 00982_array_enumerate_uniq_ranked: [ OK ] 0.72 sec.
2024-07-22 05:15:56 00983_summing_merge_tree_not_an_identifier: [ OK ] 1.65 sec.
2024-07-22 05:15:56 00987_distributed_stack_overflow: [ OK ] 3.79 sec.
2024-07-22 05:15:57 00990_hasToken_and_tokenbf: [ OK ] 5.75 sec.
2024-07-22 05:15:57 00980_shard_aggregation_state_deserialization: [ OK ] 1.45 sec.
2024-07-22 05:15:57 00974_query_profiler: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:15:57 00990_metric_log_table_not_empty: [ OK ] 6.53 sec.
2024-07-22 05:15:58 00974_bitmapContains_with_primary_key: [ OK ] 1.50 sec.
2024-07-22 05:15:59 00973_create_table_as_table_function: [ OK ] 1.80 sec.
2024-07-22 05:15:59 00961_checksums_in_system_parts_columns_table: [ OK ] 0.95 sec.
2024-07-22 05:15:59 00975_move_partition_merge_tree: [ OK ] 3.05 sec.
2024-07-22 05:16:00 00959_format_with_different_aliases: [ OK ] 1.61 sec.
2024-07-22 05:16:00 00957_coalesce_const_nullable_crash: [ OK ] 1.21 sec.
2024-07-22 05:16:01 00968_file_engine_in_subquery: [ OK ] 3.90 sec.
2024-07-22 05:16:01 00979_toFloat_monotonicity: [ OK ] 5.16 sec.
2024-07-22 05:16:02 00948_values_interpreter_template: [ OK ] 1.88 sec.
2024-07-22 05:16:02 00945_ml_test: [ OK ] 1.24 sec.
2024-07-22 05:16:03 00953_moving_functions: [ OK ] 2.20 sec.
2024-07-22 05:16:04 00939_test_null_in: [ OK ] 1.07 sec.
2024-07-22 05:16:05 00933_reserved_word: [ OK ] 0.80 sec.
2024-07-22 05:16:05 00941_to_custom_week: [ OK ] 2.54 sec.
2024-07-22 05:16:06 00955_test_final_mark: [ OK ] 6.82 sec.
2024-07-22 05:16:07 00937_template_output_format: [ OK ] 4.39 sec.
2024-07-22 05:16:09 00927_asof_joins: [ OK ] 1.61 sec.
2024-07-22 05:16:11 00927_asof_join_correct_bt: [ OK ] 1.88 sec.
2024-07-22 05:16:12 00920_multiply_aggregate_states_constants: [ OK ] 1.19 sec.
2024-07-22 05:16:13 00917_least_sqr: [ OK ] 1.05 sec.
2024-07-22 05:16:13 00930_max_partitions_per_insert_block: [ OK ] 6.95 sec.
2024-07-22 05:16:14 00915_tuple_orantius: [ OK ] 0.66 sec.
2024-07-22 05:16:14 00933_ttl_simple: [ OK ] 8.84 sec.
2024-07-22 05:16:14 01018_ip_dictionary_long: [ OK ] 38.71 sec.
2024-07-22 05:16:14 00944_create_bloom_filter_index_with_merge_tree: [ OK ] 13.02 sec.
2024-07-22 05:16:15 00906_low_cardinality_const_argument: [ OK ] 0.71 sec.
2024-07-22 05:16:15 00933_ttl_replicated_zookeeper: [ OK ] 10.17 sec.
2024-07-22 05:16:15 00910_buffer_prewhere_different_types: [ OK ] 1.07 sec.
2024-07-22 05:16:15 00912_string_comparison: [ OK ] 1.87 sec.
2024-07-22 05:16:16 00900_entropy_shard: [ OK ] 1.16 sec.
2024-07-22 05:16:17 00984_parser_stack_overflow: [ OK ] 24.30 sec.
2024-07-22 05:16:17 00873_t64_codec_date: [ OK ] 1.65 sec.
2024-07-22 05:16:17 00861_decimal_quoted_csv: [ OK ] 1.12 sec.
2024-07-22 05:16:18 00840_top_k_weighted: [ OK ] 0.93 sec.
2024-07-22 05:16:18 00852_any_join_nulls: [ OK ] 1.20 sec.
2024-07-22 05:16:19 00836_numbers_table_function_zero: [ OK ] 1.15 sec.
2024-07-22 05:16:20 00830_join_overwrite: [ OK ] 1.30 sec.
2024-07-22 05:16:21 00900_orc_nested_arrays_load: [ OK ] 6.02 sec.
2024-07-22 05:16:21 00836_indices_alter: [ OK ] 3.21 sec.
2024-07-22 05:16:22 00910_zookeeper_custom_compression_codecs_replicated_long: [ OK ] 7.89 sec.
2024-07-22 05:16:22 00900_orc_load: [ OK ] 6.85 sec.
2024-07-22 05:16:23 00808_array_enumerate_segfault: [ OK ] 1.20 sec.
2024-07-22 05:16:24 00807_regexp_quote_meta: [ OK ] 1.21 sec.
2024-07-22 05:16:25 00825_protobuf_format_map: [ OK ] 4.80 sec.
2024-07-22 05:16:26 00806_alter_update: [ OK ] 1.26 sec.
2024-07-22 05:16:26 00825_protobuf_format_table_default: [ OK ] 5.02 sec.
2024-07-22 05:16:26 00825_protobuf_format_array_of_arrays: [ OK ] 4.77 sec.
2024-07-22 05:16:27 00801_daylight_saving_time_hour_underflow: [ OK ] 0.66 sec.
2024-07-22 05:16:27 00825_protobuf_format_nested_optional: [ OK ] 4.86 sec.
2024-07-22 05:16:27 00838_unique_index: [ OK ] 9.59 sec.
2024-07-22 05:16:28 00800_low_cardinality_array_group_by_arg: [ OK ] 1.55 sec.
2024-07-22 05:16:28 00759_kodieg: [ OK ] 0.71 sec.
2024-07-22 05:16:28 00760_url_functions_overflow: [ OK ] 0.98 sec.
2024-07-22 05:16:29 00803_xxhash: [ OK ] 3.33 sec.
2024-07-22 05:16:30 00754_first_significant_subdomain_more: [ OK ] 0.69 sec.
2024-07-22 05:16:30 00753_with_with_single_alias: [ OK ] 0.78 sec.
2024-07-22 05:16:31 00754_alter_modify_order_by: [ OK ] 3.70 sec.
2024-07-22 05:16:32 00752_low_cardinality_mv_1: [ OK ] 1.43 sec.
2024-07-22 05:16:32 00755_avg_value_size_hint_passing: [ OK ] 5.36 sec.
2024-07-22 05:16:33 00747_contributors: [ OK ] 0.77 sec.
2024-07-22 05:16:33 00741_client_comment_multiline: [ OK ] 0.52 sec.
2024-07-22 05:16:33 00744_join_not_found_column: [ OK ] 0.96 sec.
2024-07-22 05:16:34 00751_default_databasename_for_view: [ OK ] 2.14 sec.
2024-07-22 05:16:35 00733_if_datetime: [ OK ] 1.14 sec.
2024-07-22 05:16:36 00732_quorum_insert_select_with_old_data_and_without_quorum_zookeeper_long: [ OK ] 2.80 sec.
2024-07-22 05:16:43 00719_format_datetime_rand: [ OK ] 6.98 sec.
2024-07-22 05:16:44 00718_format_datetime_1: [ OK ] 0.85 sec.
2024-07-22 05:16:44 00728_json_each_row_parsing: [ OK ] 9.66 sec.
2024-07-22 05:16:45 00712_prewhere_with_sampling: [ OK ] 1.12 sec.
2024-07-22 05:16:46 00707_float_csv_delimiter: [ OK ] 0.91 sec.
2024-07-22 05:16:49 00754_distributed_optimize_skip_select_on_unused_shards: [ OK ] 21.75 sec.
2024-07-22 05:16:51 00702_join_with_using_dups: [ OK ] 1.87 sec.
2024-07-22 05:16:53 00701_rollup: [ OK ] 1.79 sec.
2024-07-22 05:16:54 00718_format_datetime: [ OK ] 10.00 sec.
2024-07-22 05:16:55 00700_decimal_gathers: [ OK ] 1.42 sec.
2024-07-22 05:17:00 00699_materialized_view_mutations: [ OK ] 5.45 sec.
2024-07-22 05:17:00 00690_insert_select_converting_exception_message: [ OK ] 5.15 sec.
2024-07-22 05:17:01 00688_case_without_else: [ OK ] 0.72 sec.
2024-07-22 05:17:01 01293_optimize_final_force: [ OK ] 182.02 sec.
2024-07-22 05:17:02 00644_different_expressions_with_same_alias: [ OK ] 0.78 sec.
2024-07-22 05:17:03 00754_alter_modify_order_by_replicated_zookeeper_long: [ OK ] 35.24 sec.
2024-07-22 05:17:03 00643_cast_zookeeper_long: [ OK ] 1.48 sec.
2024-07-22 05:17:04 00642_cast: [ OK ] 1.28 sec.
2024-07-22 05:17:05 00652_mutations_default_database: [ OK ] 4.17 sec.
2024-07-22 05:17:05 00624_length_utf8: [ OK ] 0.72 sec.
2024-07-22 05:17:06 00615_nullable_alter_optimize: [ OK ] 1.36 sec.
2024-07-22 05:17:08 00604_shard_remote_and_columns_with_defaults: [ OK ] 3.07 sec.
2024-07-22 05:17:09 00592_union_all_different_aliases: [ OK ] 0.71 sec.
2024-07-22 05:17:09 00634_logging_shard: [ OK ] 5.96 sec.
2024-07-22 05:17:10 00582_not_aliasing_functions: [ OK ] 0.74 sec.
2024-07-22 05:17:10 00731_long_merge_tree_select_opened_files: [ OK ] 36.65 sec.
2024-07-22 05:17:11 00579_virtual_column_and_lazy: [ OK ] 1.43 sec.
2024-07-22 05:17:11 00571_alter_nullable: [ OK ] 1.59 sec.
2024-07-22 05:17:11 00687_top_and_offset: [ OK ] 11.50 sec.
2024-07-22 05:17:13 00549_join_use_nulls: [ OK ] 0.97 sec.
2024-07-22 05:17:13 00556_remove_columns_from_subquery: [ OK ] 1.03 sec.
2024-07-22 05:17:13 00563_insert_into_remote_and_zookeeper_long: [ OK ] 1.77 sec.
2024-07-22 05:17:14 00546_shard_tuple_element_formatting: [ OK ] 0.95 sec.
2024-07-22 05:17:14 00542_materialized_view_and_time_zone_tag: [ OK ] 1.58 sec.
2024-07-22 05:17:15 00541_kahan_sum: [ OK ] 1.10 sec.
2024-07-22 05:17:16 00537_quarters: [ OK ] 0.75 sec.
2024-07-22 05:17:16 00534_functions_bad_arguments6: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:17:16 00534_functions_bad_arguments9: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:17:16 00539_functions_for_working_with_json: [ OK ] 1.64 sec.
2024-07-22 05:17:16 00534_functions_bad_arguments10: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:17:16 00534_functions_bad_arguments5: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:17:17 00565_enum_order: [ OK ] 6.31 sec.
2024-07-22 05:17:18 00602_throw_if: [ OK ] 11.38 sec.
2024-07-22 05:17:18 00529_orantius: [ OK ] 1.60 sec.
2024-07-22 05:17:19 00525_aggregate_functions_of_nullable_that_return_non_nullable: [ OK ] 0.86 sec.
2024-07-22 05:17:19 00534_client_ignore_error: [ OK ] 3.35 sec.
2024-07-22 05:17:19 00519_create_as_select_from_temporary_table: [ OK ] 0.87 sec.
2024-07-22 05:17:20 00511_get_size_of_enum: [ OK ] 0.72 sec.
2024-07-22 05:17:22 00543_access_to_temporary_table_in_readonly_mode: [ OK ] 9.15 sec.
2024-07-22 05:17:22 00515_gcd_lcm: [ OK ] 3.08 sec.
2024-07-22 05:17:22 00500_point_in_polygon_nan: [ OK ] 0.62 sec.
2024-07-22 05:17:23 00498_bitwise_aggregate_functions: [ OK ] 1.04 sec.
2024-07-22 05:17:24 00505_secure: [ OK ] 4.16 sec.
2024-07-22 05:17:24 00490_with_select: [ OK ] 1.06 sec.
2024-07-22 05:17:24 00483_cast_syntax: [ OK ] 0.74 sec.
2024-07-22 05:17:24 00470_identifiers_in_double_quotes: [ OK ] 0.73 sec.
2024-07-22 05:17:25 00466_comments_in_keyword: [ OK ] 0.72 sec.
2024-07-22 05:17:25 00464_sort_all_constant_columns: [ OK ] 0.85 sec.
2024-07-22 05:17:25 00502_custom_partitioning_local: [ OK ] 5.40 sec.
2024-07-22 05:17:25 00469_comparison_of_strings_containing_null_char: [ OK ] 1.64 sec.
2024-07-22 05:17:26 00452_left_array_join_and_nullable: [ OK ] 1.24 sec.
2024-07-22 05:17:26 00451_left_array_join_and_constants: [ OK ] 0.88 sec.
2024-07-22 05:17:26 00435_coalesce: [ OK ] 1.02 sec.
2024-07-22 05:17:27 00442_filter_by_nullable: [ OK ] 1.48 sec.
2024-07-22 05:17:28 00424_shard_aggregate_functions_of_nullable: [ OK ] 1.63 sec.
2024-07-22 05:17:29 00413_least_greatest_new_behavior: [ OK ] 0.83 sec.
2024-07-22 05:17:32 00419_show_sql_queries: [ OK ] 5.55 sec.
2024-07-22 05:17:34 00534_filimonov: [ OK ] 18.21 sec.
2024-07-22 05:17:36 00418_input_format_allow_errors: [ OK ] 8.62 sec.
2024-07-22 05:17:36 00408_http_keep_alive: [ OK ] 1.45 sec.
2024-07-22 05:17:36 00410_aggregation_combinators_with_arenas: [ OK ] 3.69 sec.
2024-07-22 05:17:36 00427_alter_primary_key: [ OK ] 10.16 sec.
2024-07-22 05:17:37 00397_tsv_format_synonym: [ OK ] 1.07 sec.
2024-07-22 05:17:37 00399_group_uniq_array_date_datetime: [ OK ] 1.37 sec.
2024-07-22 05:17:38 00383_utf8_validation: [ OK ] 0.69 sec.
2024-07-22 05:17:40 00401_merge_and_stripelog: [ OK ] 3.65 sec.
2024-07-22 05:17:41 00371_union_all: [ OK ] 0.88 sec.
2024-07-22 05:17:41 00364_java_style_denormals: [ OK ] 0.82 sec.
2024-07-22 05:17:43 00350_count_distinct: [ OK ] 1.26 sec.
2024-07-22 05:17:43 00390_array_sort: [ OK ] 5.94 sec.
2024-07-22 05:17:44 00344_row_number_in_all_blocks: [ OK ] 1.13 sec.
2024-07-22 05:17:45 00375_shard_group_uniq_array_of_string: [ OK ] 7.20 sec.
2024-07-22 05:17:45 00317_in_tuples_and_out_of_range_values: [ OK ] 1.18 sec.
2024-07-22 05:17:47 00309_formats: [ OK ] 1.65 sec.
2024-07-22 05:17:48 00323_quantiles_timing_bug: [ OK ] 4.17 sec.
2024-07-22 05:17:48 00306_insert_values_and_expressions: [ OK ] 1.04 sec.
2024-07-22 05:17:49 00407_parsing_nulls: [ OK ] 13.30 sec.
2024-07-22 05:17:49 00295_global_in_one_shard_rows_before_limit: [ OK ] 1.53 sec.
2024-07-22 05:17:50 00286_format_long_negative_float: [ OK ] 0.78 sec.
2024-07-22 05:17:50 00283_column_cut: [ OK ] 0.80 sec.
2024-07-22 05:17:51 00279_quantiles_permuted_args: [ OK ] 1.16 sec.
2024-07-22 05:17:51 00266_shard_global_subquery_and_aliases: [ OK ] 1.01 sec.
2024-07-22 05:17:52 00294_shard_enums: [ OK ] 3.54 sec.
2024-07-22 05:17:52 00259_hashing_tuples: [ OK ] 1.33 sec.
2024-07-22 05:17:53 00235_create_temporary_table_as: [ OK ] 0.79 sec.
2024-07-22 05:17:55 00257_shard_no_aggregates_and_constant_keys: [ OK ] 3.86 sec.
2024-07-22 05:17:56 00208_agg_state_merge: [ OK ] 1.01 sec.
2024-07-22 05:17:57 00206_empty_array_to_single: [ OK ] 1.03 sec.
2024-07-22 05:17:58 00202_cross_join: [ OK ] 0.97 sec.
2024-07-22 05:18:00 00198_group_by_empty_arrays: [ OK ] 1.11 sec.
2024-07-22 05:18:00 00187_like_regexp_prefix: [ OK ] 0.80 sec.
2024-07-22 05:18:01 00705_drop_create_merge_tree: [ OK ] 74.70 sec.
2024-07-22 05:18:02 00178_function_replicate: [ OK ] 0.84 sec.
2024-07-22 05:18:04 00176_if_string_arrays: [ OK ] 1.46 sec.
2024-07-22 05:18:05 00174_compare_date_time_with_constant_string_in_in: [ OK ] 1.08 sec.
2024-07-22 05:18:07 00171_shard_array_of_tuple_remote: [ OK ] 1.54 sec.
2024-07-22 05:18:07 00184_shard_distributed_group_by_no_merge: [ OK ] 6.58 sec.
2024-07-22 05:18:08 00167_settings_inside_query: [ OK ] 1.00 sec.
2024-07-22 05:18:08 00900_long_parquet_load: [ OK ] 113.76 sec.
2024-07-22 05:18:09 00162_shard_global_join: [ OK ] 1.35 sec.
2024-07-22 05:18:09 00156_array_map_to_constant: [ OK ] 1.02 sec.
2024-07-22 05:18:11 00145_empty_likes: [ OK ] 1.63 sec.
2024-07-22 05:18:12 00148_summing_merge_tree_nested_map_multiple_values: [ OK ] 2.31 sec.
2024-07-22 05:18:13 00132_sets: [ OK ] 1.90 sec.
2024-07-22 05:18:14 00163_shard_join_with_empty_table: [ OK ] 6.33 sec.
2024-07-22 05:18:14 00117_parsing_arrays: [ OK ] 1.11 sec.
2024-07-22 05:18:15 00106_totals_after_having: [ OK ] 1.21 sec.
2024-07-22 05:18:16 00098_c_union_all: [ OK ] 0.76 sec.
2024-07-22 05:18:16 00098_3_union_all: [ OK ] 1.33 sec.
2024-07-22 05:18:16 00126_buffer: [ OK ] 4.60 sec.
2024-07-22 05:18:17 00098_8_union_all: [ OK ] 0.67 sec.
2024-07-22 05:18:17 00098_b_union_all: [ OK ] 0.74 sec.
2024-07-22 05:18:18 00098_4_union_all: [ OK ] 1.29 sec.
2024-07-22 05:18:18 00098_d_union_all: [ OK ] 1.15 sec.
2024-07-22 05:18:18 00098_5_union_all: [ OK ] 1.16 sec.
2024-07-22 05:18:19 00087_distinct_of_empty_arrays: [ OK ] 0.76 sec.
2024-07-22 05:18:19 00081_int_div_or_zero: [ OK ] 0.85 sec.
2024-07-22 05:18:20 00056_join_number_string: [ OK ] 0.86 sec.
2024-07-22 05:18:21 00051_any_inner_join: [ OK ] 1.00 sec.
2024-07-22 05:18:22 00049_any_left_join: [ OK ] 0.88 sec.
2024-07-22 05:18:22 00079_defaulted_columns: [ OK ] 3.68 sec.
2024-07-22 05:18:23 00044_sorting_by_string_descending: [ OK ] 0.77 sec.
2024-07-22 05:18:24 00042_set: [ OK ] 1.31 sec.
2024-07-22 05:18:25 00031_parser_number: [ OK ] 0.92 sec.
2024-07-22 05:18:25 00233_position_function_family: [ OK ] 32.27 sec.
2024-07-22 05:18:26 00021_sorting_arrays: [ OK ] 0.72 sec.
2024-07-22 05:18:26 00026_shard_something_distributed: [ OK ] 1.10 sec.
2024-07-22 05:18:27 00010_big_array_join: [ OK ] 0.81 sec.
2024-07-22 05:18:27 00040_array_enumerate_uniq: [ OK ] 4.18 sec.
2024-07-22 05:18:27 00013_create_table_with_arrays: [ OK ] 1.50 sec.
2024-07-22 05:18:27
2024-07-22 05:18:27 117 tests passed. 3 tests skipped. 817.81 s elapsed (ForkPoolWorker-7).
2024-07-22 05:18:27 00314_sample_factor_virtual_column: [ OK ] 41.96 sec.
2024-07-22 05:18:27
2024-07-22 05:18:27 126 tests passed. 4 tests skipped. 817.83 s elapsed (ForkPoolWorker-8).
2024-07-22 05:18:28 00006_extremes_and_subquery_from: [ OK ] 0.78 sec.
2024-07-22 05:18:28
2024-07-22 05:18:28 145 tests passed. 1 tests skipped. 818.28 s elapsed (ForkPoolWorker-6).
2024-07-22 05:18:28 00001_select_1: [ OK ] 0.73 sec.
2024-07-22 05:18:28
2024-07-22 05:18:28 123 tests passed. 2 tests skipped. 818.37 s elapsed (ForkPoolWorker-4).
2024-07-22 05:18:29 00212_long_shard_aggregate_function_uniq: [ OK ] 36.32 sec.
2024-07-22 05:18:29
2024-07-22 05:18:29 109 tests passed. 3 tests skipped. 819.66 s elapsed (ForkPoolWorker-9).
2024-07-22 05:18:40 00096_aggregation_min_if: [ OK ] 22.20 sec.
2024-07-22 05:18:40
2024-07-22 05:18:40 91 tests passed. 0 tests skipped. 830.41 s elapsed (ForkPoolWorker-3).
2024-07-22 05:18:41 00411_long_accurate_number_comparison_int3: [ OK ] 72.54 sec.
2024-07-22 05:18:41
2024-07-22 05:18:41 170 tests passed. 0 tests skipped. 831.93 s elapsed (ForkPoolWorker-2).
2024-07-22 05:19:11 00763_lock_buffer_long: [ OK ] 165.31 sec.
2024-07-22 05:19:11
2024-07-22 05:19:11 105 tests passed. 0 tests skipped. 861.85 s elapsed (ForkPoolWorker-5).
2024-07-22 05:19:11
2024-07-22 05:19:11 Running 106 stateless tests (MainProcess).
2024-07-22 05:19:11
2024-07-22 05:19:12 03000_traverse_shadow_system_data_paths: [ OK ] 0.92 sec.
2024-07-22 05:19:14 02989_system_tables_metadata_version: [ OK ] 1.93 sec.
2024-07-22 05:19:22 02950_dictionary_short_circuit: [ OK ] 7.01 sec.
2024-07-22 05:19:25 02950_dictionary_ssd_cache_short_circuit: [ OK ] 3.06 sec.
2024-07-22 05:19:37 02933_change_cache_setting_without_restart: [ OK ] 12.20 sec.
2024-07-22 05:19:39 02911_support_alias_column_in_indices: [ OK ] 1.58 sec.
2024-07-22 05:19:42 02906_orc_tuple_field_prune: [ OK ] 3.06 sec.
2024-07-22 05:19:53 02892_orc_filter_pushdown: [ OK ] 10.65 sec.
2024-07-22 05:20:07 02726_async_insert_flush_stress: [ OK ] 14.12 sec.
2024-07-22 05:20:16 02725_database_hdfs: [ OK ] 9.28 sec.
2024-07-22 05:20:26 02724_decompress_filename_exception: [ OK ] 9.54 sec.
2024-07-22 05:20:30 02703_row_policies_for_database_combination: [ OK ] 3.82 sec.
2024-07-22 05:20:32 02521_avro_union_null_nested: [ OK ] 2.44 sec.
2024-07-22 05:20:38 02513_insert_without_materialized_columns: [ OK ] 6.21 sec.
2024-07-22 05:20:49 02504_regexp_dictionary_yaml_source: [ OK ] 10.28 sec.
2024-07-22 05:20:50 02494_query_cache_user_quotas: [ OK ] 1.31 sec.
2024-07-22 05:20:52 02494_query_cache_nondeterministic_functions: [ OK ] 1.47 sec.
2024-07-22 05:20:53 02494_query_cache_sparse_columns: [ OK ] 1.30 sec.
2024-07-22 05:20:54 02494_query_cache_explain: [ OK ] 1.04 sec.
2024-07-22 05:20:58 02480_s3_support_wildcard: [ OK ] 3.54 sec.
2024-07-22 05:21:05 02477_analyzer_function_hints: [ OK ] 6.62 sec.
2024-07-22 05:21:06 02454_json_object_each_row_column_for_object_name: [ OK ] 1.18 sec.
2024-07-22 05:21:07 02417_json_object_each_row_format: [ OK ] 0.91 sec.
2024-07-22 05:21:21 02402_external_disk_mertrics: [ OK ] 13.74 sec.
2024-07-22 05:21:22 02377_quota_key_http: [ OK ] 1.56 sec.
2024-07-22 05:21:44 02372_data_race_in_avro: [ OK ] 21.51 sec.
2024-07-22 05:22:39 02344_insert_profile_events_stress: [ OK ] 55.34 sec.
2024-07-22 05:22:41 02343_read_from_s3_compressed_blocks: [ OK ] 1.55 sec.
2024-07-22 05:22:46 02339_analyzer_matcher_basic: [ OK ] 4.87 sec.
2024-07-22 05:22:49 02337_analyzer_columns_basic: [ OK ] 3.29 sec.
2024-07-22 05:22:59 02336_sparse_columns_s3: [ OK ] 9.42 sec.
2024-07-22 05:23:03 02314_avro_null_as_default: [ OK ] 3.64 sec.
2024-07-22 05:23:04 02302_defaults_in_columnar_formats: [ OK ] 1.22 sec.
2024-07-22 05:23:08 02297_regex_parsing_file_names: [ OK ] 4.47 sec.
2024-07-22 05:23:13 02293_test_zstd_window_log_max: [ OK ] 4.30 sec.
2024-07-22 05:23:25 02246_async_insert_quota: [ OK ] 11.80 sec.
2024-07-22 05:23:29 02245_parquet_skip_unknown_type: [ OK ] 3.97 sec.
2024-07-22 05:23:32 02244_hdfs_cluster: [ OK ] 2.98 sec.
2024-07-22 05:23:35 02240_tskv_schema_inference_bug: [ OK ] 2.85 sec.
2024-07-22 05:23:39 02211_shcema_inference_from_stdin: [ OK ] 3.96 sec.
2024-07-22 05:23:40 02211_jsonl_format_extension: [ OK ] 0.97 sec.
2024-07-22 05:23:46 02187_msg_pack_uuid: [ OK ] 6.12 sec.
2024-07-22 05:23:49 02182_format_and_schema_from_stdin: [ OK ] 3.04 sec.
2024-07-22 05:23:53 02181_detect_output_format_by_file_extension: [ OK ] 3.57 sec.
2024-07-22 05:24:09 02149_external_schema_inference: [ OK ] 16.14 sec.
2024-07-22 05:24:16 02127_plus_before_float: [ OK ] 7.35 sec.
2024-07-22 05:24:19 02125_tskv_proper_names_reading: [ OK ] 2.34 sec.
2024-07-22 05:24:20 02099_sql_user_defined_functions_lambda: [ OK ] 0.76 sec.
2024-07-22 05:24:23 02051_symlinks_to_user_files: [ OK ] 3.67 sec.
2024-07-22 05:24:25 02024_merge_regexp_assert: [ OK ] 1.18 sec.
2024-07-22 05:24:33 02014_query_parameters: [ OK ] 8.28 sec.
2024-07-22 05:24:34 02001_add_default_database_to_system_users: [ OK ] 0.77 sec.
2024-07-22 05:25:08 01946_test_wrong_host_name_access: [ OK ] 34.42 sec.
2024-07-22 05:25:10 01913_replace_dictionary: [ OK ] 1.74 sec.
2024-07-22 05:25:17 01904_dictionary_default_nullable_type: [ OK ] 6.37 sec.
2024-07-22 05:25:27 01852_dictionary_found_rate_long: [ OK ] 10.07 sec.
2024-07-22 05:25:30 01825_type_json_17: [ OK ] 3.06 sec.
2024-07-22 05:25:41 01825_type_json_multiple_files: [ OK ] 10.82 sec.
2024-07-22 05:25:42 01821_dictionary_primary_key_wrong_order: [ OK ] 1.21 sec.
2024-07-22 05:25:46 01804_dictionary_decimal256_type: [ OK ] 3.17 sec.
2024-07-22 05:25:51 01802_test_postgresql_protocol_with_row_policy: [ OK ] 5.01 sec.
2024-07-22 05:25:57 01765_hashed_dictionary_simple_key: [ OK ] 6.24 sec.
2024-07-22 05:26:00 01760_system_dictionaries: [ OK ] 2.59 sec.
2024-07-22 05:26:01 01759_dictionary_unique_attribute_names: [ OK ] 1.51 sec.
2024-07-22 05:26:03 01721_dictionary_decimal_p_s: [ OK ] 1.82 sec.
2024-07-22 05:26:11 01702_system_query_log: [ OK ] 7.63 sec.
2024-07-22 05:26:15 01682_cache_dictionary_complex_key: [ OK ] 3.51 sec.
2024-07-22 05:26:32 01658_read_file_to_stringcolumn: [ OK ] 17.24 sec.
2024-07-22 05:26:42 01656_test_query_log_factories_info: [ OK ] 10.25 sec.
2024-07-22 05:26:44 01625_constraints_index_append: [ OK ] 1.79 sec.
2024-07-22 05:26:46 01602_show_create_view: [ OK ] 2.10 sec.
2024-07-22 05:26:54 01601_detach_permanently: [ OK ] 7.61 sec.
2024-07-22 05:27:13 01600_log_queries_with_extensive_info: [ OK ] 18.74 sec.
2024-07-22 05:27:19 01563_distributed_query_finish: [ OK ] 5.52 sec.
2024-07-22 05:27:24 01543_avro_deserialization_with_lc: [ OK ] 5.82 sec.
2024-07-22 05:27:28 01465_ttl_recompression: [ OK ] 3.67 sec.
2024-07-22 05:28:38 01459_manual_write_to_replicas_quorum: [ OK ] 69.61 sec.
2024-07-22 05:28:42 01415_overlimiting_threads_for_repica_bug: [ OK ] 3.59 sec.
2024-07-22 05:29:16 01412_cache_dictionary_race: [ OK ] 34.53 sec.
2024-07-22 05:30:01 01396_inactive_replica_cleanup_nodes_zookeeper: [ OK ] 44.77 sec.
2024-07-22 05:30:03 01383_remote_ambiguous_column_shard: [ OK ] 1.47 sec.
2024-07-22 05:30:04 01376_GROUP_BY_injective_elimination_dictGet: [ OK ] 1.86 sec.
2024-07-22 05:30:08 01375_compact_parts_codecs: [ OK ] 2.97 sec.
2024-07-22 05:30:10 01355_ilike: [ OK ] 2.71 sec.
2024-07-22 05:30:48 01294_lazy_database_concurrent_recreate_reattach_and_show_tables_long: [ OK ] 37.55 sec.
2024-07-22 05:30:54 01268_dictionary_direct_layout: [ OK ] 5.60 sec.
2024-07-22 05:30:55 01254_dict_load_after_detach_attach: [ OK ] 1.37 sec.
2024-07-22 05:31:50 01238_http_memory_tracking: [ OK ] 54.65 sec.
2024-07-22 05:31:52 01185_create_or_replace_table: [ OK ] 2.19 sec.
2024-07-22 05:31:55 01152_cross_replication: [ OK ] 2.76 sec.
2024-07-22 05:32:21 01150_ddl_guard_rwr: [ OK ] 25.71 sec.
2024-07-22 05:32:22 01114_mysql_database_engine_segfault: [ OK ] 1.26 sec.
2024-07-22 05:34:13 01114_database_atomic: [ OK ] 110.89 sec.
2024-07-22 05:34:45 01108_restart_replicas_rename_deadlock_zookeeper: [ OK ] 32.18 sec.
2024-07-22 05:36:05 01079_parallel_alter_modify_zookeeper_long: [ OK ] 79.20 sec.
2024-07-22 05:37:09 01079_parallel_alter_add_drop_column_zookeeper: [ OK ] 64.36 sec.
2024-07-22 05:37:21 01072_window_view_multiple_columns_groupby: [ OK ] 12.31 sec.
2024-07-22 05:37:40 01045_zookeeper_system_mutations_with_parts_names: [ OK ] 18.15 sec.
2024-07-22 05:38:40 01037_polygon_dicts_correctness_fast: [ OK ] 60.13 sec.
2024-07-22 05:38:44 01018_dictionaries_from_dictionaries: [ OK ] 4.09 sec.
2024-07-22 05:38:51 01010_pmj_right_table_memory_limits: [ OK ] 7.20 sec.
2024-07-22 05:40:00 00993_system_parts_race_condition_drop_zookeeper: [ OK ] 68.95 sec.
2024-07-22 05:40:16 00938_template_input_format: [ OK ] 14.99 sec.
2024-07-22 05:40:16 00899_long_attach_memory_limit: [ SKIPPED ] 0.00 sec. - not running for current build
2024-07-22 05:40:23 00600_replace_running_query: [ OK ] 7.06 sec.
2024-07-22 05:41:04 00133_long_shard_memory_tracker_and_exception_safety: [ OK ] 40.88 sec.
2024-07-22 05:41:04
2024-07-22 05:41:04 105 tests passed. 1 tests skipped. 1312.38 s elapsed (MainProcess).
2024-07-22 05:41:08 Won't run stateful tests because test data wasn't loaded.
2024-07-22 05:41:08 Checking the hung queries: done
2024-07-22 05:41:08
2024-07-22 05:41:08 No queries hung.
2024-07-22 05:41:08 All tests have finished.
2024-07-22 05:41:08
2024-07-22 05:41:08 Top patterns of log messages:
2024-07-22 05:41:08
2024-07-22 05:41:08 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string
2024-07-22 05:41:08
2024-07-22 05:41:08 1. 73824 0.071 3.87 MiB 0.018 10 496 ['Trace'] 0.001 Access granted: {}{}
2024-07-22 05:41:08 2. 65070 0.062 9.74 MiB 0.046 4 216 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {}
2024-07-22 05:41:08 3. 65068 0.062 10.53 MiB 0.05 1 217 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {})
2024-07-22 05:41:08 4. 58675 0.056 1.62 MiB 0.008 1 203 ['Debug'] 0 Processed in {} sec.
2024-07-22 05:41:08 5. 51941 0.05 53.56 MiB 0.252 1 340 ['Trace'] 0.002 Query {} to stage {}{}
2024-07-22 05:41:08 6. 51792 0.05 54.72 MiB 0.258 1 340 ['Trace'] 0.001 Query {} from stage {} to stage {}{}
2024-07-22 05:41:08 7. 46843 0.045 3.56 MiB 0.017 1 191 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec.
2024-07-22 05:41:08 8. 39871 0.038 1.65 MiB 0.008 1 201 ['Debug'] 0.079 Peak memory usage{}: {}.
2024-07-22 05:41:08 9. 25552 0.024 3.44 MiB 0.016 1 2 ['Trace'] 1 Creating part at path {}
2024-07-22 05:41:08 10. 24107 0.023 1.06 MiB 0.005 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {}
2024-07-22 05:41:08 11. 22205 0.021 1.96 MiB 0.009 1 382 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-07-22 05:41:08 12. 21817 0.021 1.51 MiB 0.007 1 994 ['Trace'] 0.413 Reserved {} on local disk {}, having unreserved {}.
2024-07-22 05:41:08 13. 19818 0.019 597.67 KiB 0.003 1 385 ['Trace'] 0 Aggregation method: {}
2024-07-22 05:41:08 14. 19319 0.019 2.20 MiB 0.01 1215 504 ['Trace'] 0.298 Renaming temporary part {} to {} with tid {}.
2024-07-22 05:41:08 15. 19116 0.018 1.29 MiB 0.006 1216 977 ['Trace'] 0.416 Trying to reserve {} using storage policy from min volume index {}
2024-07-22 05:41:08 16. 17531 0.017 821.80 KiB 0.004 1 487 ['Trace'] 0.188 filled checksums {}
2024-07-22 05:41:08 17. 13996 0.013 1.53 MiB 0.007 5 309 ['Debug'] 0.992 {} Authenticated with global context as user {}
2024-07-22 05:41:08 18. 13996 0.013 1.14 MiB 0.005 5 309 ['Debug'] 0.992 {} Authenticating user '{}' from {}
2024-07-22 05:41:08 19. 13943 0.013 1.20 MiB 0.006 5 289 ['Debug'] 0.992 {} Logout, user_id: {}
2024-07-22 05:41:08 20. 13879 0.013 1.48 MiB 0.007 4 216 ['Debug'] 1 {} Creating session context with user_id: {}
2024-07-22 05:41:08 21. 13594 0.013 146.03 KiB 0.001 1 377 ['Trace'] 0 Aggregating
2024-07-22 05:41:08 22. 11999 0.011 969.28 KiB 0.004 1 366 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={}
2024-07-22 05:41:08 23. 10625 0.01 860.71 KiB 0.004 98 499 ['Trace'] 0.909 Part {} is not stored on zero-copy replicated disk, blobs can be removed
2024-07-22 05:41:08 24. 10206 0.01 922.38 KiB 0.004 92 518 ['Trace'] 0.999 Insert entry {} to queue with type {}
2024-07-22 05:41:08 25. 9161 0.009 847.02 KiB 0.004 1 72 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part
2024-07-22 05:41:08 26. 8692 0.008 908.58 KiB 0.004 1 27 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {}
2024-07-22 05:41:08 27. 8279 0.008 273.65 KiB 0.001 2 204 ['Trace'] 1 TCP Request. Address: {}
2024-07-22 05:41:08 28. 8270 0.008 794.55 KiB 0.004 1 204 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}.
2024-07-22 05:41:08 29. 8199 0.008 216.18 KiB 0.001 1 183 ['Debug'] 1 Done processing connection.
2024-07-22 05:41:08 30. 8120 0.008 1.59 MiB 0.008 2 173 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {}
2024-07-22 05:41:08 31. 8116 0.008 6.48 MiB 0.031 2 173 ['Trace'] 1 Request URI: {}
2024-07-22 05:41:08 32. 8027 0.008 164.62 KiB 0.001 2 173 ['Debug'] 0.311 Done processing query
2024-07-22 05:41:08 33. 6456 0.006 491.28 KiB 0.002 73 327 ['Debug'] 0 Wrote block with ID '{}', {} rows{}
2024-07-22 05:41:08 34. 6453 0.006 524.17 KiB 0.002 686 142 ['Trace'] 0.003 Reading {} ranges in{}order from part {}, approx. {} rows starting from {}
2024-07-22 05:41:08 35. 6415 0.006 494.91 KiB 0.002 1 176 ['Trace'] 0 Query span trace_id for opentelemetry log: {}
2024-07-22 05:41:08 36. 5055 0.005 246.29 KiB 0.001 130 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms
2024-07-22 05:41:08 37. 5008 0.005 112.48 KiB 0.001 1 368 ['Trace'] 0 Merging aggregated data
2024-07-22 05:41:08 38. 4833 0.005 667.49 KiB 0.003 102 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={})
2024-07-22 05:41:08 39. 4424 0.004 176.46 KiB 0.001 83 33 ['Debug'] 0.555 Committing part {} to zookeeper
2024-07-22 05:41:08 40. 4111 0.004 159.54 KiB 0.001 82 32 ['Debug'] 0.597 Part {} committed to zookeeper
2024-07-22 05:41:08 41. 4055 0.004 103.13 KiB 0 86 517 ['Debug'] 0.998 Pulled {} entries to queue.
2024-07-22 05:41:08 42. 4055 0.004 233.80 KiB 0.001 86 517 ['Debug'] 0.998 Pulling {} entries to queue: {} - {}
2024-07-22 05:41:08 43. 3438 0.003 167.24 KiB 0.001 779 177 ['Debug'] 0.01 Key condition: {}
2024-07-22 05:41:08 44. 3258 0.003 190.19 KiB 0.001 16 16 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {}
2024-07-22 05:41:08 45. 3258 0.003 118.05 KiB 0.001 16 16 ['Trace'] 1 Flushed system log up to offset {}
2024-07-22 05:41:08 46. 3040 0.003 347.59 KiB 0.002 766 177 ['Debug'] 0.012 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges
2024-07-22 05:41:08 47. 2742 0.003 141.92 KiB 0.001 717 176 ['Trace'] 0.013 Spreading mark ranges among streams (default reading)
2024-07-22 05:41:08 48. 2693 0.003 341.19 KiB 0.002 1 501 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {}
2024-07-22 05:41:08 49. 2693 0.003 531.62 KiB 0.002 1 501 ['Information'] 1 Removing metadata {} of dropped table {}
2024-07-22 05:41:08 50. 2690 0.003 199.65 KiB 0.001 1 116 ['Debug'] 0 Waiting for table {} to be finally dropped
2024-07-22 05:41:08 51. 2556 0.002 335.43 KiB 0.002 67 32 ['Debug'] 0.986 Fetching part {} from {}:{}
2024-07-22 05:41:08 52. 2545 0.002 129.01 KiB 0.001 263 584 ['Debug'] 0.876 Selected {} parts from {} to {}
2024-07-22 05:41:08 53. 2511 0.002 215.79 KiB 0.001 67 34 ['Trace'] 0.986 Trying to fetch with zero-copy replication, but disk is not provided, will try to select
2024-07-22 05:41:08 54. 2511 0.002 90.65 KiB 0 67 34 ['Trace'] 0.986 Checking disk {} with type {}
2024-07-22 05:41:08 55. 2498 0.002 269.05 KiB 0.001 10 492 ['Trace'] 1 Cannot execute alter metadata {} with version {} because another alter {} must be executed before
2024-07-22 05:41:08 56. 2497 0.002 46.82 KiB 0 67 34 ['Debug'] 0.986 Downloading files {}
2024-07-22 05:41:08 57. 2493 0.002 211.73 KiB 0.001 67 34 ['Trace'] 0.986 Disk for fetch is not provided, getting disk from reservation {} with type '{}'
2024-07-22 05:41:08 58. 2493 0.002 58.83 KiB 0 64 57 ['Trace'] 1 Sending part {}
2024-07-22 05:41:08 59. 2484 0.002 326.07 KiB 0.002 65 32 ['Debug'] 0.986 Fetched part {} from {}:{}{}
2024-07-22 05:41:08 60. 2468 0.002 113.70 KiB 0.001 62 32 ['Debug'] 0.985 Downloading part {} onto disk {}.
2024-07-22 05:41:08 61. 2463 0.002 135.13 KiB 0.001 61 32 ['Debug'] 0.985 Download of part {} onto disk {} finished.
2024-07-22 05:41:08 62. 2442 0.002 83.40 KiB 0 1 73 ['Debug'] 0 Selected MergeAlgorithm: {}
2024-07-22 05:41:08 63. 2442 0.002 195.39 KiB 0.001 1 73 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {}
2024-07-22 05:41:08 64. 2424 0.002 313.12 KiB 0.001 1 73 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec.
2024-07-22 05:41:08 65. 2417 0.002 147.31 KiB 0.001 274 73 ['Trace'] 0 Merged {} parts: [{}, {}] -> {}
2024-07-22 05:41:08 66. 2416 0.002 49.55 KiB 0 1 357 ['Debug'] 1 Stop worker in {}
2024-07-22 05:41:08 67. 2416 0.002 157.45 KiB 0.001 1 337 ['Debug'] 1 Execute load job '{}' in {}
2024-07-22 05:41:08 68. 2416 0.002 166.88 KiB 0.001 1 337 ['Debug'] 1 Finish load job '{}' with status {}
2024-07-22 05:41:08 69. 2416 0.002 75.50 KiB 0 1 439 ['Debug'] 0.49 Spawn loader worker #{} in {}
2024-07-22 05:41:08 70. 2416 0.002 164.53 KiB 0.001 1 106 ['Debug'] 0.002 Schedule load job '{}' into {}
2024-07-22 05:41:08 71. 2415 0.002 190.27 KiB 0.001 1 106 ['Debug'] 0.002 Prioritize load job '{}': {} -> {}
2024-07-22 05:41:08 72. 2346 0.002 77.89 KiB 0 1 438 ['Debug'] 0.501 Change current priority: {} -> {}
2024-07-22 05:41:08 73. 2293 0.002 20.15 KiB 0 2 106 ['Trace'] 0.002 No tables
2024-07-22 05:41:08 74. 2217 0.002 236.75 KiB 0.001 1202 505 ['Debug'] 0.977 Removing {} parts from filesystem (serially): Parts: [{}]
2024-07-22 05:41:08 75. 2160 0.002 302.38 KiB 0.001 1 70 ['Debug'] 0.001 Before join block: '{}'
2024-07-22 05:41:08 76. 2159 0.002 444.23 KiB 0.002 1 70 ['Debug'] 0.001 After join block: '{}'
2024-07-22 05:41:08 77. 1998 0.002 35.12 KiB 0 1953 140 ['Debug'] 0.013 Loading data parts
2024-07-22 05:41:08 78. 1953 0.002 43.87 KiB 0 1946 137 ['Debug'] 0.012 There are no data parts
2024-07-22 05:41:08 79. 1922 0.002 80.71 KiB 0 1922 486 ['Information'] 0.998 dropAllData: clearing temporary directories
2024-07-22 05:41:08 80. 1922 0.002 110.94 KiB 0.001 1922 486 ['Trace'] 0.998 dropAllData: removing data parts (count {}) from filesystem.
2024-07-22 05:41:08 81. 1922 0.002 91.97 KiB 0 1922 486 ['Trace'] 0.998 dropAllData: removing all data parts from memory.
2024-07-22 05:41:08 82. 1922 0.002 123.88 KiB 0.001 1922 486 ['Information'] 0.998 dropAllData: removing table directory recursive to cleanup garbage
2024-07-22 05:41:08 83. 1922 0.002 33.79 KiB 0 1922 486 ['Trace'] 0.998 dropAllData: done.
2024-07-22 05:41:08 84. 1922 0.002 58.19 KiB 0 1922 486 ['Trace'] 0.998 dropAllData: waiting for locks.
2024-07-22 05:41:08 85. 1922 0.002 144.53 KiB 0.001 1922 486 ['Information'] 0.998 dropAllData: remove format_version.txt, detached, moving and write ahead logs
2024-07-22 05:41:08 86. 1727 0.002 213.59 KiB 0.001 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {}
2024-07-22 05:41:08 87. 1577 0.002 125.85 KiB 0.001 1 328 ['Trace'] 0 Statistics updated for key={}: new sum_of_sizes={}, median_size={}
2024-07-22 05:41:08 88. 1514 0.001 137.08 KiB 0.001 1 338 ['Debug'] 0.003 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec
2024-07-22 05:41:08 89. 1512 0.001 32.52 KiB 0 77 446 ['Trace'] 1 Execution took {} ms.
2024-07-22 05:41:08 90. 1468 0.001 46.34 KiB 0 19 34 ['Debug'] 0 Requested flush up to offset {}
2024-07-22 05:41:08 91. 1453 0.001 164.60 KiB 0.001 1 294 ['Information'] 0.001 Sorting and writing part of data into temporary file {}
2024-07-22 05:41:08 92. 1448 0.001 57.98 KiB 0 1 152 ['Debug'] 0.088 Will use old analyzer to prepare mutation
2024-07-22 05:41:08 93. 1426 0.001 214.88 KiB 0.001 1 291 ['Information'] 0.013 Done writing part of data into temporary file {}, compressed {}, uncompressed {}
2024-07-22 05:41:08 94. 1415 0.001 164.07 KiB 0.001 38 389 ['Trace'] 0.999 Adding mutation {} for {} partitions (data versions: {})
2024-07-22 05:41:08 95. 1230 0.001 75.77 KiB 0 920 16 ['Trace'] 1 Executing log entry to mutate part {} to {}
2024-07-22 05:41:08 96. 1176 0.001 44.81 KiB 0 185 134 ['Debug'] 0.015 Reading approx. {} rows with {} streams
2024-07-22 05:41:08 97. 1160 0.001 68.99 KiB 0 1 106 ['Information'] 0.002 Parsed metadata of {} tables in {} databases in {} sec
2024-07-22 05:41:08 98. 1160 0.001 95.23 KiB 0 1132 106 ['Information'] 0.002 Metadata processed, database {} has {} tables and {} dictionaries in total.
2024-07-22 05:41:08 99. 1158 0.001 172.90 KiB 0.001 1 150 ['Debug'] 0.013 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.)
2024-07-22 05:41:09 100. 1158 0.001 225.11 KiB 0.001 1 69 ['Trace'] 0.006 {}Keys: {}, datatype: {}, kind: {}, strictness: {}, right header: {}
2024-07-22 05:41:09
2024-07-22 05:41:09
2024-07-22 05:41:09
2024-07-22 05:41:09 Top messages without format string (fmt::runtime):
2024-07-22 05:41:09
2024-07-22 05:41:09 count pattern runtime_message line
2024-07-22 05:41:09
2024-07-22 05:41:09 1. 6 CodeDBExceptionReceivedfromDBExc Code: 241. DB::Exception: Received from 127.3:9000. DB::Exception: Memory limit (for query) exceeded: would use 1.02 GiB (attempt to allocate chunk of 134217592 bytes), maximum: 953.67 MiB.: While executing AggregatingTransform. Stack trace:
2024-07-22 05:41:09
2024-07-22 05:41:09 0. ./contrib/ ('/executeQuery.cpp',218)
2024-07-22 05:41:09 2. 6 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 1 ('BADREQUEST'): BADREQUEST
2024-07-22 05:41:09 . Expected one of: Query, Query with output, EXPLAIN, EXPLAIN, SELECT query, possibly with UNION, list of union elements, SELECT query, subquery, possibly with UNION, SE ('/executeQuery.cpp',218)
2024-07-22 05:41:09 3. 5 PocoExceptionCodeecodeTimeoutcon Poco::Exception. Code: 1000, e.code() = 0, Timeout: connect timed out: 128.0.0.1:8123 (version 24.3.5.47.altinitystable (altinity build)) (from [::1]:59582) (comment: 02044_url_glob_parallel_connection_refused.sh) (in query: SELECT * FROM url('http://128.0 ('/executeQuery.cpp',218)
2024-07-22 05:41:09 4. 4 CodeDBExceptionExpectedguidasarg Code: 395. DB::Exception: Expected guid as argument: while executing 'FUNCTION if(_CAST(1_UInt8, 'UInt8'_String) :: 1, toString(throwIf(1_Bool, 'Expected guid as argument'_String)) :: 3, _CAST(NULL_Nullable(Nothing), 'Nullable(Nothing)'_String) :: 4) -> if ('/executeQuery.cpp',218)
2024-07-22 05:41:09 5. 4 CodeDBExceptionSQLitedatabasefil Code: 481. DB::Exception: SQLite database file path '/etc/passwd' must be inside 'user_files' directory. (PATH_ACCESS_DENIED) (version 24.3.5.47.altinitystable (altinity build)) (from [::1]:54138) (comment: 02918_sqlite_path_check.sh) (in query: Select * f ('/executeQuery.cpp',218)
2024-07-22 05:41:09 6. 3 Connectiontomysqlfailedtimes Connection to mysql failed 1 times ('',0)
2024-07-22 05:41:09 7. 3 Connectiontoconvmainasusermetrik Connection to conv_main@127.0.0.1:3456 as user metrika failed: mysqlxx::ConnectionFailed: Can't connect to MySQL server on '127.0.0.1' (115) ((nullptr):0) ('',0)
2024-07-22 05:41:09 8. 3 CodeDBExceptionTimeoutconnecttim Code: 1000. DB::Exception: Timeout: connect timed out: 128.0.0.1:8123. (POCO_EXCEPTION), Stack trace (when copying this message, always include the lines below):
2024-07-22 05:41:09
2024-07-22 05:41:09 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String con ('/TCPHandler.cpp',701)
2024-07-22 05:41:09 9. 2 CodeDBExceptionNumberequalswhile Code: 395. DB::Exception: Number equals 1000: while executing 'FUNCTION throwIf(equals(__table1.number, 1000_UInt16) :: 0, 'Number equals 1000'_String :: 2) -> throwIf(equals(__table1.number, 1000_UInt16), 'Number equals 1000'_String) UInt8 : 1'. (FUNCTION ('/executeQuery.cpp',218)
2024-07-22 05:41:09 10. 1 PocoExceptionCodeecodeExceptionU Poco::Exception. Code: 1000, e.code() = 0, Exception: Unsupported language for region name. Supported languages are: 'ru', 'en', 'ua', 'uk', 'by', 'kz', 'tr', 'de', 'uz', 'lv', 'lt', 'et', 'pt', 'he', 'vi'. (version 24.3.5.47.altinitystable (altinity build ('/executeQuery.cpp',218)
2024-07-22 05:41:09 11. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 12. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 13. 1 waitforHBforms wait for HB, for 50 + [0, 0] ms ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 14. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0
2024-07-22 05:41:09 peer 1, DC ID 0, localhost:9234, voting member, 1
2024-07-22 05:41:09 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 15. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 16. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 17. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0)
2024-07-22 05:41:09 18. 1 CodeDBExceptionExceptionUnsuppor Code: 1000. DB::Exception: Exception: Unsupported language for region name. Supported languages are: 'ru', 'en', 'ua', 'uk', 'by', 'kz', 'tr', 'de', 'uz', 'lv', 'lt', 'et', 'pt', 'he', 'vi'. (POCO_EXCEPTION), Stack trace (when copying this message, always ('/TCPHandler.cpp',701)
2024-07-22 05:41:09 19. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER ===
2024-07-22 05:41:09 commit index 0
2024-07-22 05:41:09 term 0
2024-07-22 05:41:09 election timer allowed
2024-07-22 05:41:09 log store start 1, end 0
2024-07-22 05:41:09 config log idx 0, prev log idx 0
2024-07-22 05:41:09 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 20. 1 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below):
2024-07-22 05:41:09
2024-07-22 05:41:09 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222)
2024-07-22 05:41:09 21. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 22. 1 startingup starting up ('',0)
2024-07-22 05:41:09 23. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 24. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 25. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 26. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1
2024-07-22 05:41:09 my id: 1, voting_member
2024-07-22 05:41:09 num peers: 0 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 27. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 28. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43)
2024-07-22 05:41:09 29. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43)
2024-07-22 05:41:26 30. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43)
2024-07-22 05:41:26
2024-07-22 05:41:26
2024-07-22 05:41:26
2024-07-22 05:41:26 Top messages not matching their format strings:
2024-07-22 05:41:26
2024-07-22 05:41:26 message_format_string count() any_message
2024-07-22 05:41:26
2024-07-22 05:41:26 1. Not executing log entry {} of type {} for part {} because source parts size ({}) is greater than the current maximum ({}). 66 Not executing log entry queue-0000000009 of type MUTATE_PART for part 3_0_0_0_4 because source parts size (179.51 KiB) is greater than the current maximum (0.00 B). (skipped 35 similar messages)
2024-07-22 05:41:26 message_format_string count() any_message
2024-07-22 05:41:26
2024-07-22 05:41:26 2. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 57 /var/lib/clickhouse/store/5e1/5e1c17e8-9028-4410-8fb9-9adab15ec7be/tmp_insert_all_3_3_0/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 1 similar messages)
2024-07-22 05:41:26 message_format_string count() any_message
2024-07-22 05:41:26
2024-07-22 05:41:26 3. 34 Forked a child process to watch
2024-07-22 05:41:26 message_format_string count() any_message
2024-07-22 05:41:26
2024-07-22 05:41:26 4. Query {} to stage {}{} 31 Query SELECT _CAST('1CE422FEE7BD8DE20000000000000000', 'String') AS `hex(sipHash128ReferenceKeyed((toUInt64(2), toUInt64(-9223372036854775807))))` FROM system.one AS __table1 GROUP BY _CAST((506097522914230528, NULL), 'Tuple(UInt64, Nullable(Nothing))'), _CAST(2, 'UInt64'), _CAST(NULL, 'Nullable(Nothing)'), _CAST('�', 'String') to stage Complete
2024-07-22 05:41:26 message_format_string count() any_message
2024-07-22 05:41:26
2024-07-22 05:41:26 5. Query {} from stage {} to stage {}{} 31 Query SELECT _CAST('1CE422FEE7BD8DE20000000000000000', 'String') AS `hex(sipHash128ReferenceKeyed((toUInt64(2), toUInt64(-9223372036854775807))))` FROM system.one AS __table1 GROUP BY _CAST((506097522914230528, NULL), 'Tuple(UInt64, Nullable(Nothing))'), _CAST(2, 'UInt64'), _CAST(NULL, 'Nullable(Nothing)'), _CAST('�', 'String') from stage FetchColumns to stage Complete
2024-07-22 05:41:26 message_format_string count() any_message
2024-07-22 05:41:26
2024-07-22 05:41:26 6. (from {}{}{}){}{} {} (stage: {}) 4 (from [::1]:36442) (comment: 02685_bson2.sql) -- It correctly throws exception about incorrect data:
2024-07-22 05:41:26 SELECT * FROM format('BSONEachRow', 'WatchID Int64, JavaEnable Int16, Title String, GoodEvent Int16, EventTime DateTime, EventDate Date, CounterID Int32, ClientIP Int32, RegionID Int32, UserID Int64, CounterClass Int16, OS Int16, UserAgent Int16, URL String, Referer String, IsRefresh Int16, RefererCategoryID Int16, RefererRegionID Int32, URLCategoryID Int16, URLRegionID Int32, ResolutionWidth Int16, ResolutionHeight Int16, ResolutionDepth Int16, FlashMajor Int16, FlashMinor Int16, FlashMinor2 String, NetMajor Int16, NetMinor Int16, UserAgentMajor Int16, UserAgentMinor String, CookieEnable Int16, JavascriptEnable Int16, IsMobile Int16, MobilePhone Int16, MobilePhoneModel String, Params String, IPNetworkID Int32, TraficSourceID Int16, SearchEngineID Int16, SearchPhrase String, AdvEngineID Int16, IsArtifical Int16, WindowClientWidth Int16, WindowClientHeight Int16, ClientTimeZone Int16, ClientEventTime DateTime, SilverlightVersion1 Int16, SilverlightVersion2 Int16, SilverlightVersion3 Int32, SilverlightVersion4 Int16, PageCharset String, CodeVersion Int32, IsLink Int16, IsDownload Int16, IsNotBounce Int16, FUniqID Int64, OriginalURL String, HID Int32, IsOldCounter Int16, IsEvent Int16, IsParameter Int16, DontCountHits Int16, WithHash Int16, HitColor String, LocalEventTime DateTime, Age Int16, Sex Int16, Income Int16, Interests Int16, Robotness Int16, RemoteIP Int32, WindowName Int32, OpenerName Int32, HistoryLength Int16, BrowserLanguage String, BrowserCountry String, SocialNetwork String, SocialAction String, HTTPError Int16, SendTiming Int32, DNSTiming Int32, ConnectTiming Int32, ResponseStartTiming Int32, ResponseEndTiming Int32, FetchTiming Int32, SocialSourceNetworkID Int16, SocialSourcePage String, ParamPrice Int64, ParamOrderID String, ParamCurrency String, ParamCurrencyID Int16, OpenstatServiceName String, OpenstatCampaignID String, OpenstatAdID String, OpenstatSourceID String, UTMSource String, UTMMedium String, UTMCampaign String, UTMContent String, UTMTerm String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int32', $$^ WatchID c*5/ !p~JavaEnable Title GoodEvent EventTime 7��Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion2 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime &��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID ��F�ӓ2qJavaEnable Title GoodEvent EventTime n$�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ǘ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID l!�|�@HJavaEnable Title GoodEvent EventTime �)�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime }��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID ^ WatchID �ǐ=ЌWJavaEnable Title GoodEvent EventTime 8*�Q EventDate > CounterID ClientIP ��z�RegionID G UserID � ��:6��CounterClass OS UserAgent URL Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor �OCookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID OriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime ݞ�Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �|3��b.�CLID � WatchID ��E&LyJavaEnable Title GoodEvent EventTime J��Q EventDate > CounterID ClientIP ��I`RegionID ' UserID q��Jd8CounterClass OS UserAgent URL - http://holodilnik.ru/russia/05jul2013&model=0Referer IsRefresh RefererCategoryID RefererRegionID URLCategoryID �9 URLRegionID ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor
UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID �d9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID %�l��+kOriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime '��Q Age Sex Income Interests �: Robotness RemoteIP 9�3NWindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash �
2024-07-22 05:41:29 o���eCLID � WatchID ��k=��pJavaEnable Title GoodEvent EventTime ��Q EventDate > CounterID ClientIP ��z�RegionID G UserID
�Ks}��CounterClass OS UserAgent URL H http://afisha.mail.ru/catalog/314/women.ru/ency=1&page3/?errovat-pinnikiReferer IsRefresh RefererCategoryID RefererRegionID URLCategoryID 0= URLRegionID � ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhoneModel Params IPNetworkID ��9 TraficSourceID SearchEngineID SearchPhrase AdvEngineID IsArtifical WindowClientWidth WindowClientHeight ClientTimeZone ����ClientEventTime �� SilverlightVersion1 SilverlightVersion2 SilverlightVersion3 SilverlightVersion4 PageCharset CodeVersion IsLink IsDownload IsNotBounce FUniqID :��W��mOriginalURL HID IsOldCounter IsEvent IsParameter DontCountHits WithHash HitColor 5LocalEventTime A��Q Age Sex Income Interests Robotness RemoteIP ^DI�WindowName ����OpenerName ����HistoryLength ����BrowserLanguage �BrowserCountry �SocialNetwork SocialAction HTTPError SendTiming DNSTiming ConnectTiming ResponseStartTiming ResponseEndTiming FetchTiming SocialSourceNetworkID SocialSourcePage ParamPrice ParamOrderID ParamCurrency NHParamCurrencyID OpenstatServiceName OpenstatCampaignID OpenstatAdID OpenstatSourceID UTMSource UTMMedium UTMCampaign UTMContent UTMTerm FromTag HasGCLID RefererHash X+��'���URLHash ��
�#�\CLID � WatchID �1��o�CJavaEnable Title GoodEvent EventTime �0�Q EventDate > CounterID ClientIP �^{]RegionID � UserID &n%�t"6CounterClass OS ' UserAgent URL > http://bonprix.ru/index.ru/cinema/art/0 986 424 233 сезонReferer IsRefresh RefererCategoryID RefererRegionID URLCategoryID URLRegionID � ResolutionWidth ResolutionHeight ResolutionDepth FlashMajor FlashMinor FlashMinor2 NetMajor NetMinor UserAgentMajor UserAgentMinor D�CookieEnable JavascriptEnable IsMobile MobilePhone MobilePhon⋯
2024-07-22 05:41:29
2024-07-22 05:41:29
2024-07-22 05:41:29
2024-07-22 05:41:29 Top short messages:
2024-07-22 05:41:29
2024-07-22 05:41:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-07-22 05:41:29
2024-07-22 05:41:29 1. 5 {} Server was built with sanitizer. It will work slowly. 27
2024-07-22 05:41:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-07-22 05:41:29
2024-07-22 05:41:29 2. 3 Creating {}: {} Creating table test_mkytwvlx.test: CREATE TABLE IF NOT EXISTS test_mkytwvlx.test UUID '41590cb5-0575-49f8-8d6e-94c90ce1a 184
2024-07-22 05:41:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-07-22 05:41:29
2024-07-22 05:41:29 3. 2 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt8(size = 1) UInt32(size = 1) UInt32(size = 1)' 80
2024-07-22 05:41:29 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate
2024-07-22 05:41:29
2024-07-22 05:41:29 4. 1 Froze {} parts Froze 1 parts -13
2024-07-22 05:41:29
2024-07-22 05:41:29
2024-07-22 05:41:29
2024-07-22 05:41:29 Top messages by level:
2024-07-22 05:41:29
2024-07-22 05:41:29 (0.0008099693245660058,'Table {}.{} does not exist. Maybe you meant {}.{}?') Error
2024-07-22 05:41:29 (0.00006701873843926762,'Will mimic {}') Warning
2024-07-22 05:41:29 (0.0025783066088135385,'Removing metadata {} of dropped table {}') Information
2024-07-22 05:41:29 (0.06229966184259405,'(from {}{}{}){}{} {} (stage: {})') Debug
2024-07-22 05:41:29 (0.07068370602134642,'Access granted: {}{}') Trace
2024-07-22 05:41:29
2024-07-22 05:41:29
+ set -e
+ [[ 0 -eq 124 ]]
+ return 0
+ echo 'Files in current directory'
+ ls -la ./
Files in current directory
total 137424
drwxr-xr-x 1 root root 4096 Jul 22 05:26 .
drwxr-xr-x 1 root root 4096 Jul 22 05:26 ..
-rw-rw-r-- 1 1000 1000 300 Jul 22 05:00 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 12 23:03 attach_gdb.lib
-rw-r--r-- 1 root root 9 Jul 22 05:26 a.txt
-rw-r--r-- 1 root root 1481 Jul 22 05:04 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jul 22 05:04 __azurite_db_blob__.json
-rw-r--r-- 1 root root 48604 Jul 22 05:41 azurite_log
lrwxrwxrwx 1 root root 7 Apr 26 22:02 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jul 22 05:04 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-r--r-- 1 root root 9 Jul 22 05:26 b.txt
-rw-r--r-- 1 root root 9 Jul 22 05:26 c.txt
drwxr-xr-x 5 root root 340 Jul 22 05:02 dev
drwxr-xr-x 2 root root 4096 Jul 22 05:26 dir
-rwxr-xr-x 1 root root 0 Jul 22 05:02 .dockerenv
drwxr-xr-x 1 root root 4096 Jul 22 05:03 etc
drwxr-xr-x 1 1000 1000 4096 Jul 22 05:03 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 26 22:02 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 26 22:02 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 12 23:04 mc
drwxr-xr-x 2 root root 4096 Apr 26 22:02 media
-rwxr-xr-x 1 root root 118595584 Jun 12 23:04 minio
drwxr-xr-x 4 root root 4096 Jul 22 05:03 minio_data
drwxr-xr-x 2 root root 4096 Apr 26 22:02 mnt
drwxr-xr-x 2 root root 4096 Apr 26 22:02 opt
-rw-r--r-- 1 root root 0 Feb 14 17:09 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jul 22 05:02 package_folder
dr-xr-xr-x 311 root root 0 Jul 22 05:02 proc
-rwxrwxr-x 1 root root 7989 May 14 13:27 process_functional_tests_result.py
drwx------ 1 root root 4096 Jul 22 05:09 root
drwxr-xr-x 1 root root 4096 Jul 22 05:03 run
-rwxrwxr-x 1 root root 16095 Jun 12 23:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 26 22:02 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jul 22 05:04 script.gdb
-rwxrwxr-x 1 root root 10462 May 14 13:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 12 23:03 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 26 22:02 srv
-rw-rw-r-- 1 root root 13192 Jun 12 23:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jul 22 05:02 sys
drwxrwxr-x 2 1000 1000 4096 Jul 22 05:04 test_output
drwxrwxrwt 1 root root 32768 Jul 22 05:41 tmp
drwxr-xr-x 2 root root 4096 Jul 22 05:04 user_defined
drwxr-xr-x 1 root root 4096 Apr 26 22:02 usr
-rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib
drwxr-xr-x 1 root root 4096 Apr 26 22:05 var
+ echo 'Files in root directory'
+ ls -la /
Files in root directory
total 137424
drwxr-xr-x 1 root root 4096 Jul 22 05:26 .
drwxr-xr-x 1 root root 4096 Jul 22 05:26 ..
-rw-rw-r-- 1 1000 1000 300 Jul 22 05:00 analyzer_tech_debt.txt
-rw-rw-r-- 1 root root 1566 Jun 12 23:03 attach_gdb.lib
-rw-r--r-- 1 root root 9 Jul 22 05:26 a.txt
-rw-r--r-- 1 root root 1481 Jul 22 05:04 __azurite_db_blob_extent__.json
-rw-r--r-- 1 root root 4237 Jul 22 05:04 __azurite_db_blob__.json
-rw-r--r-- 1 root root 48604 Jul 22 05:41 azurite_log
lrwxrwxrwx 1 root root 7 Apr 26 22:02 bin -> usr/bin
drwxr-xr-x 2 root root 4096 Jul 22 05:04 __blobstorage__
drwxr-xr-x 2 root root 4096 Apr 18 2022 boot
-rw-r--r-- 1 root root 9 Jul 22 05:26 b.txt
-rw-r--r-- 1 root root 9 Jul 22 05:26 c.txt
drwxr-xr-x 5 root root 340 Jul 22 05:02 dev
drwxr-xr-x 2 root root 4096 Jul 22 05:26 dir
-rwxr-xr-x 1 root root 0 Jul 22 05:02 .dockerenv
drwxr-xr-x 1 root root 4096 Jul 22 05:03 etc
drwxr-xr-x 1 1000 1000 4096 Jul 22 05:03 hadoop-3.3.1
drwxr-xr-x 2 root root 4096 Apr 18 2022 home
lrwxrwxrwx 1 root root 7 Apr 26 22:02 lib -> usr/lib
lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib32 -> usr/lib32
lrwxrwxrwx 1 root root 9 Apr 26 22:02 lib64 -> usr/lib64
lrwxrwxrwx 1 root root 10 Apr 26 22:02 libx32 -> usr/libx32
-rwxr-xr-x 1 root root 21843968 Jun 12 23:04 mc
drwxr-xr-x 2 root root 4096 Apr 26 22:02 media
-rwxr-xr-x 1 root root 118595584 Jun 12 23:04 minio
drwxr-xr-x 4 root root 4096 Jul 22 05:03 minio_data
drwxr-xr-x 2 root root 4096 Apr 26 22:02 mnt
drwxr-xr-x 2 root root 4096 Apr 26 22:02 opt
-rw-r--r-- 1 root root 0 Feb 14 17:09 .package-cache-mutate
drwxrwxr-x 2 1000 1000 4096 Jul 22 05:02 package_folder
dr-xr-xr-x 311 root root 0 Jul 22 05:02 proc
-rwxrwxr-x 1 root root 7989 May 14 13:27 process_functional_tests_result.py
drwx------ 1 root root 4096 Jul 22 05:09 root
drwxr-xr-x 1 root root 4096 Jul 22 05:03 run
-rwxrwxr-x 1 root root 16095 Jun 12 23:03 run.sh
lrwxrwxrwx 1 root root 8 Apr 26 22:02 sbin -> usr/sbin
-rw-r--r-- 1 root root 462 Jul 22 05:04 script.gdb
-rwxrwxr-x 1 root root 10462 May 14 13:27 setup_export_logs.sh
-rwxrwxr-x 1 root root 351 Jun 12 23:03 setup_hdfs_minicluster.sh
-rwxrwxr-x 1 root root 3464 Jun 12 23:03 setup_minio.sh
drwxr-xr-x 2 root root 4096 Apr 26 22:02 srv
-rw-rw-r-- 1 root root 13192 Jun 12 23:03 stress_tests.lib
dr-xr-xr-x 13 root root 0 Jul 22 05:02 sys
drwxrwxr-x 2 1000 1000 4096 Jul 22 05:04 test_output
drwxrwxrwt 1 root root 32768 Jul 22 05:41 tmp
drwxr-xr-x 2 root root 4096 Jul 22 05:04 user_defined
drwxr-xr-x 1 root root 4096 Apr 26 22:02 usr
-rw-rw-r-- 1 root root 833 Jun 12 23:03 utils.lib
drwxr-xr-x 1 root root 4096 Apr 26 22:05 var
+ /process_functional_tests_result.py
2024-07-22 05:41:29,600 File /analyzer_tech_debt.txt with broken tests found
2024-07-22 05:41:29,600 Broken tests in the list: 11
2024-07-22 05:41:29,600 Find files in result folder test_result.txt,garbage.log,gdb.log,run.log
2024-07-22 05:41:29,610 Is flaky check: False
2024-07-22 05:41:29,610 Result parsed
2024-07-22 05:41:29,611 Result written
+ clickhouse-client -q 'system flush logs'
Detach all logs replication
+ stop_logs_replication
+ echo 'Detach all logs replication'
+ clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')'
+ tee /dev/stderr
+ xargs -n1 -r -i clickhouse-client --query 'drop table {}'
xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value
+ failed_to_save_logs=0
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\8 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\4 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes'
++ zstd --threads=0
++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\1\6 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\''
++ zstd --threads=0'
+ [[ 0 != \1\0\5 ]]
+ failed_to_save_logs=1
+ [[ -n '' ]]
++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes'
++ zstd --threads=0
+ sudo clickhouse stop
script.gdb:13: Error in sourced command file:
No stack.
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Sent terminate signal to process with pid 743.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 is running.
Waiting for server to stop
/var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 743.
The process with pid = 743 does not exist.
Server stopped
+ [[ -n '' ]]
+ rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log
+ :
+ rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log
+ :
+ data_path_config=--path=/var/lib/clickhouse/
+ [[ -n '' ]]
+ zstd --threads=0
+ '[' 1 -ne 0 ']'
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for table in query_log zookeeper_log trace_log transactions_info_log metric_log
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes'
+ zstd --threads=0
+ [[ -n '' ]]
+ for trace_type in CPU Memory Real
+ zstd --threads=0
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''CPU'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Memory'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
format TabSeparated'
+ zstd --threads=0
+ for trace_type in CPU Memory Real
+ clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q '
select
arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack,
count(*) AS samples
from system.trace_log
where trace_type = '\''Real'\''
group by trace
order by samples desc
settings allow_introspection_functions = 1
+ zstd --threads=0
format TabSeparated'
+ rm /var/log/clickhouse-server/clickhouse-server.log
+ mv /var/log/clickhouse-server/stderr.log /test_output/
+ [[ -n '' ]]
+ tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination
tar: Removing leading `/' from member names
tar: Removing leading `/' from hard link targets
+ [[ -n '' ]]